- users are now managed through config.ini - no more alembic, completely dynamic database, created on startup - performance fixes
13 lines
252 B
INI
13 lines
252 B
INI
[Settings]
|
|
theme = light
|
|
accent = orange
|
|
background = None
|
|
roles = admin,user,public_user
|
|
home_access_groups = admin_only
|
|
settings_access_groups = admin_only
|
|
custom_app_title = DashMachine
|
|
|
|
[admin]
|
|
role = admin
|
|
password = admin
|
|
confirm_password = admin |