mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
add missing file settings.py
This commit is contained in:
parent
d0761d304a
commit
61806b3323
1 changed files with 4 additions and 0 deletions
4
app/settings.py
Normal file
4
app/settings.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
GITHUB_USER="someUsername"
|
||||
GITHUB_TOKEN="someSecretToken"
|
||||
SITE_ROOT=""
|
||||
STATIC_ROOT="/static"
|
Loading…
Add table
Reference in a new issue