[chore] update config.py
This commit is contained in:
parent
2a0eaef2d0
commit
fb702475d0
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
"Store App settings"
|
||||
|
||||
USER_AGENT = "COSCUP-demo"
|
||||
AP_CONTENT_TYPE = "application/activity+json"
|
|
@ -1,3 +1,8 @@
|
|||
-"Store App settings"
|
||||
|
||||
USER_AGENT = "COSCUP-demo"
|
||||
AP_CONTENT_TYPE = "application/activity+json"
|
||||
|
||||
USERNAME = "foo"
|
||||
DOMAIN = "localhost"
|
||||
SCHEME = "http"
|
||||
|
|
Loading…
Reference in a new issue