🔧 Ajusta archivos de configuración a directrices
This commit is contained in:
parent
3d9db9f955
commit
d4f6cbbd3b
4 changed files with 20 additions and 18 deletions
8
drust/config/common.toml
Normal file
8
drust/config/common.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
[app]
|
||||||
|
name = "Drust"
|
||||||
|
description = """\
|
||||||
|
A modern web Content Management System to share your world.\
|
||||||
|
"""
|
||||||
|
|
||||||
|
[database]
|
||||||
|
db_type = "mysql"
|
||||||
|
|
@ -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]
|
[database]
|
||||||
db_type = "mysql"
|
|
||||||
db_name = "drust"
|
db_name = "drust"
|
||||||
db_user = "drust"
|
db_user = "drust"
|
||||||
db_pass = "DrU__#3T"
|
db_pass = "DrU__#3T"
|
||||||
|
|
||||||
[log]
|
|
||||||
tracing = "Info,pagetop=Debug,sqlx::query=Warn"
|
|
||||||
|
|
||||||
[dev]
|
|
||||||
#static_files = "../pagetop/static"
|
|
||||||
|
|
|
||||||
12
drust/config/local.toml
Normal file
12
drust/config/local.toml
Normal 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"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue