aboutsummaryrefslogtreecommitdiffstats
path: root/rust/example.env
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-01-21 16:07:03 -0800
committerBryan Newbold <bnewbold@robocracy.org>2022-01-21 16:52:03 -0800
commit817b0e76d4b9f5b22e08e90e946af1c14b6cc3e6 (patch)
treebd4e41b303e71a55da970590e9c55eb03ff58d87 /rust/example.env
parent8f36049cc3281ff9af761fefed4ed010db39c4e7 (diff)
downloadfatcat-817b0e76d4b9f5b22e08e90e946af1c14b6cc3e6.tar.gz
fatcat-817b0e76d4b9f5b22e08e90e946af1c14b6cc3e6.zip
rust: swith postgresql database to 'fatcat_dev' (distinct from 'fatcat_test')
Diffstat (limited to 'rust/example.env')
-rw-r--r--rust/example.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/example.env b/rust/example.env
index 9b59f28d..4ca8a170 100644
--- a/rust/example.env
+++ b/rust/example.env
@@ -1,4 +1,4 @@
-DATABASE_URL=postgres://fatcat:tactaf@localhost/fatcat
+DATABASE_URL=postgres://fatcat:tactaf@localhost/fatcat_dev
TEST_DATABASE_URL=postgres://fatcat:tactaf@localhost/fatcat_test
AUTH_LOCATION="dev.fatcat.wiki"
AUTH_KEY_IDENT="20190101-dev-dummy-key"