Añade carga de ajustes de configuración globales
This commit is contained in:
parent
4e23523e80
commit
96884cbbc0
12 changed files with 146 additions and 12 deletions
2
config/default.toml
Normal file
2
config/default.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[app]
|
||||
name = "PageTop Essence"
|
||||
9
config/settings.default.toml
Normal file
9
config/settings.default.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[app]
|
||||
name = "PageTop Application"
|
||||
description = "Developed with the amazing PageTop framework."
|
||||
|
||||
[webserver]
|
||||
# Configuración opcional del servidor web.
|
||||
# Usar bind_address = "" para deshabilitar el servidor web.
|
||||
bind_address = "localhost"
|
||||
bind_port = 8088
|
||||
Loading…
Add table
Add a link
Reference in a new issue