aboutsummaryrefslogtreecommitdiff
path: root/config.example.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config.example.cfg')
-rw-r--r--config.example.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.example.cfg b/config.example.cfg
index efb4c4f..d4842e5 100644
--- a/config.example.cfg
+++ b/config.example.cfg
@@ -8,4 +8,6 @@ SQLALCHEMY_DATABASE_URI = "sqlite:///../db.sqlite"
GITHUB_CLIENT_ID = ""
GITHUB_CLIENT_SECRET = ""
+BASE_URL="http://localhost:3000/"
+
UPLOAD_FOLDER="tmp"