diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-15 15:39:59 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-15 15:39:59 -0700 |
commit | 705ac0fba2dc879115509006ce4fdfae8c9fc5c0 (patch) | |
tree | f6b15989ba1b314baec8e0914fbd8749ac111938 /rust/env.example | |
parent | 7f708f1835be5011cb393d0f53252893369989d6 (diff) | |
download | fatcat-705ac0fba2dc879115509006ce4fdfae8c9fc5c0.tar.gz fatcat-705ac0fba2dc879115509006ce4fdfae8c9fc5c0.zip |
update dev setup instructions
Diffstat (limited to 'rust/env.example')
-rw-r--r-- | rust/env.example | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/rust/env.example b/rust/env.example deleted file mode 100644 index bee653c2..00000000 --- a/rust/env.example +++ /dev/null @@ -1,10 +0,0 @@ -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="5555555555555555555555555555555555555555xms=" -AUTH_ALT_KEYS="20181220-dev:6666666666666666666666666666666666666666xms=,20181210-dev:7777777777777777777777777777777777777777xms=" -#SENTRY_DSN= -# should be localhost IP, not 'localhost' -#FATCAT_STATSD_HOST="127.0.0.1" -#FATCAT_STATSD_PORT="8125" |