🔧 Config tweak

This commit is contained in:
Manuel Cillero 2024-03-23 12:42:05 +01:00
parent 388ff26764
commit 8d2fc7e9e6
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[app] [app]
name = "PageTop Application" name = "My App"
description = "Developed with the amazing PageTop framework." description = "Developed with the amazing PageTop framework."
# Default theme. # Default theme.
theme = "Default" theme = "Default"

View file

@ -212,7 +212,7 @@ pub struct Settings {
/// See [`Settings`]. /// See [`Settings`].
pub struct App { pub struct App {
/// El nombre de la aplicación. /// El nombre de la aplicación.
/// Por defecto: *"PageTop App"*. /// Por defecto: *"My App"*.
pub name: String, pub name: String,
/// Una descripción breve de la aplicación. /// Una descripción breve de la aplicación.
/// Por defecto: *"Developed with the amazing PageTop framework."*. /// Por defecto: *"Developed with the amazing PageTop framework."*.
@ -318,7 +318,7 @@ pub struct Server {
default_settings!( default_settings!(
// [app] // [app]
"app.name" => "PageTop App", "app.name" => "My App",
"app.description" => "Developed with the amazing PageTop framework.", "app.description" => "Developed with the amazing PageTop framework.",
"app.theme" => "Default", "app.theme" => "Default",
"app.language" => "en-US", "app.language" => "en-US",