11 lines
318 B
TOML
11 lines
318 B
TOML
[app]
|
|
name = "PageTop Application"
|
|
description = "Developed with the amazing PageTop framework."
|
|
# Idioma (localización) predeterminado.
|
|
language = "en-US"
|
|
|
|
[webserver]
|
|
# Configuración opcional del servidor web.
|
|
# Usar bind_address = "" para deshabilitar el servidor web.
|
|
bind_address = "localhost"
|
|
bind_port = 8088
|