fix: remove cfg from git to avoid leaking secrets
This commit is contained in:
parent
b84d0ba0af
commit
1c40d2e769
23
imagebot.cfg
23
imagebot.cfg
@ -1,23 +0,0 @@
|
||||
# DEBUG CONFIGURATION
|
||||
# DO NOT USE IN PRODUCTION
|
||||
|
||||
[imagebot]
|
||||
instance_name=ImageBot
|
||||
host=localhost
|
||||
|
||||
[django]
|
||||
secret=CHANGE-ME
|
||||
debug=True
|
||||
|
||||
[database]
|
||||
backend=sqlite3
|
||||
name=imagebot.sqlite3
|
||||
|
||||
[locations]
|
||||
media_root=./media/
|
||||
|
||||
[logging]
|
||||
app_log_level=INFO
|
||||
django_log_level=INFO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user