summaryrefslogtreecommitdiff
path: root/env-sample
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-03-16 16:54:28 +0100
committerJules Laplace <julescarbon@gmail.com>2021-03-16 16:54:28 +0100
commit1cfe96ca6ef5c54eadd986c951dade0f56d72440 (patch)
tree02d34b15a24afa43c6edf7b0011d56bc2c2c49c4 /env-sample
parenta9d86650f40a82a64d1fd8e0525c26422d314d3a (diff)
migrating to mysql
Diffstat (limited to 'env-sample')
-rw-r--r--env-sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/env-sample b/env-sample
index 1a23be3..83c36e4 100644
--- a/env-sample
+++ b/env-sample
@@ -2,3 +2,10 @@ FLASK_RUN_PORT=7500
SERVER_NAME=swim.neural.garden
HTTP_EXTERNAL_HOST=https://swim.neural.garden
+USE_SQLITE=False
+
+DB_USER=swimmer
+DB_PASS=
+DB_HOST=localhost
+DB_NAME=swimmer
+