aboutsummaryrefslogtreecommitdiffstats
path: root/rust/example.env
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-06-13 15:01:32 -0700
committerBryan Newbold <bnewbold@archive.org>2020-06-13 15:01:32 -0700
commitd342f7a1861d8b002f48c91836e9b9fc69eeb94c (patch)
treedc90fdbe3caeabc9f57b11bb73968bd6b115885d /rust/example.env
parent4575478d953fae3068959feef80517cafc826fea (diff)
downloadfatcat-cli-d342f7a1861d8b002f48c91836e9b9fc69eeb94c.tar.gz
fatcat-cli-d342f7a1861d8b002f48c91836e9b9fc69eeb94c.zip
meta rust files from bnewbold-cli branch
Diffstat (limited to 'rust/example.env')
-rw-r--r--rust/example.env10
1 files changed, 10 insertions, 0 deletions
diff --git a/rust/example.env b/rust/example.env
new file mode 100644
index 0000000..bee653c
--- /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"