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/example.env | |
parent | 7f708f1835be5011cb393d0f53252893369989d6 (diff) | |
download | fatcat-705ac0fba2dc879115509006ce4fdfae8c9fc5c0.tar.gz fatcat-705ac0fba2dc879115509006ce4fdfae8c9fc5c0.zip |
update dev setup instructions
Diffstat (limited to 'rust/example.env')
-rw-r--r-- | rust/example.env | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rust/example.env b/rust/example.env new file mode 100644 index 00000000..bee653c2 --- /dev/null +++ b/rust/example.env @@ -0,0 +1,10 @@ +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" |