This commit is contained in:
Lizandro Guarnizo
2026-03-11 16:17:31 -05:00
parent def39bc53d
commit 5ba373b026
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -10,10 +10,10 @@ database:
postgres: &postgres
driver: postgres
host: t2yq39od6o6cgxaakw6wbu9v
username: postgres
username: usite
password: DXPc2nzKWurNThEaWffGFuy47b65CWV4O9X75td2uOGj3kFLimOgLppWplYbx5Fu
port: 5432
db_name: postgres
db_name: usite
sqlserver: &sqlserver
driver: sqlserver
host: localhost
@@ -28,8 +28,8 @@ database:
server: &server
name: "USITE "
host: localhost
port: 8084
host: 0.0.0.0
port: 8080
profiler:
enabled: false
+1 -1
View File
@@ -69,7 +69,7 @@ func (s *ServerConfig) Setup() {
ErrorHandler: CustomErrorHandler,
DisableStartupMessage: true,
ProxyHeader: s.ProxyHeader,
Prefork: true, // Cambia a 'true' para habilitar Preforking
Prefork: false,
})
}