Por defecto PageTop no hace uso de la base de datos. Se deberá indicar explícitamente qué tipo de base de datos usará para que tenga en cuenta la configuración utilizada.
18 lines
310 B
TOML
18 lines
310 B
TOML
[app]
|
|
name = "Drust"
|
|
description = """\
|
|
A modern Content Management System for sharing the world.\
|
|
"""
|
|
language = "es-ES"
|
|
#theme = "Aliner"
|
|
#theme = "Minimal"
|
|
theme = "Bootsier"
|
|
|
|
[database]
|
|
db_type = "mysql"
|
|
db_name = "drust"
|
|
db_user = "drust"
|
|
db_pass = "DrU__#3T"
|
|
|
|
[log]
|
|
tracing = "Info,sqlx::query=Warn"
|