[chore] update config.py

This commit is contained in:
SouthFox 2023-07-07 00:35:08 +08:00
parent 2a0eaef2d0
commit fb702475d0
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +0,0 @@
#!/usr/bin/env python3
"Store App settings"
USER_AGENT = "COSCUP-demo"
AP_CONTENT_TYPE = "application/activity+json"

View file

@ -1,3 +1,8 @@
-"Store App settings"
USER_AGENT = "COSCUP-demo"
AP_CONTENT_TYPE = "application/activity+json"
USERNAME = "foo"
DOMAIN = "localhost"
SCHEME = "http"