9 lines
145 B
Python
9 lines
145 B
Python
|
ALLOW_NEW_USERS = True
|
||
|
DEBUG = True
|
||
|
ENABLED_APPLICATIONS = {
|
||
|
"search": False,
|
||
|
"music": False,
|
||
|
"messages": False,
|
||
|
"info": False
|
||
|
}
|