pagetop/config/settings.default.toml

15 lines
453 B
TOML

[app]
name = "PageTop Application"
description = "Developed with the amazing PageTop framework."
# Idioma (localización) predeterminado.
language = "en-US"
# Tema predeterminado.
theme = "Minimal"
# Rótulo al inicio: "Off", "Slant", "Small", "Speed" or "Starwars".
startup_banner = "Small"
[webserver]
# Configuración opcional del servidor web.
# Usar bind_address = "" para deshabilitar el servidor web.
bind_address = "localhost"
bind_port = 8088