[fix] fix config.py.simple
This commit is contained in:
parent
617a2c7159
commit
0f21b621c0
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
-"Store App settings"
|
||||
"Store App settings"
|
||||
|
||||
USER_AGENT = "COSCUP-demo"
|
||||
AP_CONTENT_TYPE = "application/activity+json"
|
||||
|
@ -7,4 +7,4 @@ USERNAME = "foo"
|
|||
DOMAIN = "localhost"
|
||||
SCHEME = "http"
|
||||
ID = f"{SCHEME}://{DOMAIN}/user/{USERNAME}"
|
||||
BASE_URL = f"{SCHEME}://{DOMAIN}/
|
||||
BASE_URL = f"{SCHEME}://{DOMAIN}/"
|
||||
|
|
Loading…
Reference in a new issue