🔧 Add optional local config file for default mode

This commit is contained in:
Manuel Cillero 2023-10-29 19:10:54 +01:00
parent f198b35762
commit 6ac4c9ce33
4 changed files with 36 additions and 28 deletions

View file

@ -1,4 +1,10 @@
[database]
db_name = "drust"
db_user = "drust"
db_pass = "DrU__#3T"
[app]
#theme = "Basic"
#theme = "Chassis"
theme = "Inception"
#theme = "Bootsier"
#theme = "Bulmix"
language = "es-ES"
[log]
tracing = "Info,pagetop=Debug,sqlx::query=Warn"