🔧 Ajusta archivos de configuración a directrices

This commit is contained in:
Manuel Cillero 2022-10-22 11:20:43 +02:00
parent 3d9db9f955
commit d4f6cbbd3b
4 changed files with 20 additions and 18 deletions

8
drust/config/common.toml Normal file
View file

@ -0,0 +1,8 @@
[app]
name = "Drust"
description = """\
A modern web Content Management System to share your world.\
"""
[database]
db_type = "mysql"

View file

@ -1,22 +1,4 @@
[app]
name = "Drust"
description = """\
A modern web Content Management System to share your world.\
"""
#theme = "Aliner"
#theme = "Minimal"
theme = "Bootsier"
#theme = "Bulmix"
language = "es-ES"
[database]
db_type = "mysql"
db_name = "drust"
db_user = "drust"
db_pass = "DrU__#3T"
[log]
tracing = "Info,pagetop=Debug,sqlx::query=Warn"
[dev]
#static_files = "../pagetop/static"

12
drust/config/local.toml Normal file
View file

@ -0,0 +1,12 @@
[app]
#theme = "Aliner"
#theme = "Minimal"
theme = "Bootsier"
#theme = "Bulmix"
language = "es-ES"
[log]
tracing = "Info,pagetop=Debug,sqlx::query=Warn"
[dev]
#static_files = "../pagetop/static"