aboutsummaryrefslogtreecommitdiff
path: root/config.example.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config.example.cfg')
-rw-r--r--config.example.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.example.cfg b/config.example.cfg
index 860469a..b3a66e9 100644
--- a/config.example.cfg
+++ b/config.example.cfg
@@ -1,11 +1,11 @@
USER_APP_NAME = "ContentDB"
-SERVER_NAME = "content.minetest.net"
+SERVER_NAME = "localhost:5123"
BASE_URL = "http://" + SERVER_NAME
SECRET_KEY = ""
WTF_CSRF_SECRET_KEY = ""
-SQLALCHEMY_DATABASE_URI = "sqlite:///../db.sqlite"
+SQLALCHEMY_DATABASE_URI = "postgres://contentdb:password@db:5432/contentdb"
SQLALCHEMY_TRACK_MODIFICATIONS = False
GITHUB_CLIENT_ID = ""