diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-08 16:26:20 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-08 16:26:20 -0800 |
commit | ffb721f90c5d97ee80885209bf45feb85ca9625c (patch) | |
tree | e44efdd808e49105c45f82b38b63ba28cf4f95f9 | |
parent | a2cbc5b4d88f3385ebed5b70e8cce19e00e81a8f (diff) | |
download | fatcat-ffb721f90c5d97ee80885209bf45feb85ca9625c.tar.gz fatcat-ffb721f90c5d97ee80885209bf45feb85ca9625c.zip |
fix typo in rust/env.example
-rw-r--r-- | rust/env.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/env.example b/rust/env.example index 1e7ef42d..d31bcac1 100644 --- a/rust/env.example +++ b/rust/env.example @@ -1,5 +1,5 @@ DATABASE_URL="postgres://fatcat:tactaf@localhost/fatcat" -TEST_DATABASE_URL="postgres://fatcat:tactaf@localhost/fatcat_test +TEST_DATABASE_URL="postgres://fatcat:tactaf@localhost/fatcat_test" AUTH_LOCATION="dev.fatcat.wiki" AUTH_KEY_IDENT="20190101-dev-dummy-key" AUTH_SECRET_KEY="5555555555555555555555555555555555555555xms=" |