Añade carga de ajustes de configuración globales

This commit is contained in:
Manuel Cillero 2022-02-12 10:14:36 +01:00
parent 4e23523e80
commit 96884cbbc0
12 changed files with 146 additions and 12 deletions

2
config/default.toml Normal file
View file

@ -0,0 +1,2 @@
[app]
name = "PageTop Essence"

View 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