diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-04 19:31:23 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-04 19:31:23 -0800 |
commit | 39aba8b86cd4cec01e26eb08f74b5da22f4fe9af (patch) | |
tree | fbacb73005453ebf92efb5d477c7bee1604013bf | |
parent | eccdd4577a54b230460de6733ed7b003b6f8f182 (diff) | |
download | fatcat-39aba8b86cd4cec01e26eb08f74b5da22f4fe9af.tar.gz fatcat-39aba8b86cd4cec01e26eb08f74b5da22f4fe9af.zip |
fix base64 bogus auth keys
-rw-r--r-- | rust/env.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/env.example b/rust/env.example index 0ecf58a5..1e7ef42d 100644 --- a/rust/env.example +++ b/rust/env.example @@ -2,5 +2,5 @@ DATABASE_URL="postgres://fatcat:tactaf@localhost/fatcat" TEST_DATABASE_URL="postgres://fatcat:tactaf@localhost/fatcat_test AUTH_LOCATION="dev.fatcat.wiki" AUTH_KEY_IDENT="20190101-dev-dummy-key" -AUTH_SECRET_KEY="5555555555555555555555555555555555555555555=" -AUTH_ALT_KEYS="20181220-dev:6666666666666666666666666666666666666666666=,20181210-dev:7777777777777777777777777777777777777777777=" +AUTH_SECRET_KEY="5555555555555555555555555555555555555555xms=" +AUTH_ALT_KEYS="20181220-dev:6666666666666666666666666666666666666666xms=,20181210-dev:7777777777777777777777777777777777777777xms=" |