Update README

This commit is contained in:
rubenwardy
2018-03-24 19:12:02 +00:00
parent 287c9e5097
commit c9073a8324
3 changed files with 691 additions and 4 deletions

View File

@@ -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"