diff options
Diffstat (limited to 'config.example.cfg')
| -rw-r--r-- | config.example.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.cfg b/config.example.cfg index d4842e5..eb4da8e 100644 --- a/config.example.cfg +++ b/config.example.cfg @@ -8,6 +8,6 @@ SQLALCHEMY_DATABASE_URI = "sqlite:///../db.sqlite" GITHUB_CLIENT_ID = "" GITHUB_CLIENT_SECRET = "" -BASE_URL="http://localhost:3000/" +BASE_URL="http://localhost:5000/" UPLOAD_FOLDER="tmp" |
