Change gemini port

master
kirbylife 2024-06-25 22:42:06 -06:00
parent 106894e447
commit f843d89b74
2 changed files with 5 additions and 1 deletions

5
.gitignore vendored
View File

@ -9,4 +9,7 @@ Cargo.lock
proyectos
# Rocket Config
Rocket.toml
Rocket.toml
# Certificates
*.pem

View File

@ -37,6 +37,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.set_private_key_file("key.pem")
.set_certificate_file("cert.pem")
.set_languages(["es"])
.set_port(1969)
.enable_default_logger(true)
.set_fix_path(true)
.mount("/", move |_| {