Switching over to using unix sockets for ICP
This commit is contained in:
@@ -38,9 +38,9 @@ caddy_sites_enabled_dir: "/etc/caddy/sites-enabled"
|
||||
# Database Configuration (Self-Contained)
|
||||
# =================================================================
|
||||
|
||||
# Gitea manages its own database
|
||||
# Gitea manages its own database (Unix socket connection)
|
||||
gitea_db_type: "postgres"
|
||||
gitea_db_host: "127.0.0.1"
|
||||
gitea_db_host: "/run/postgresql" # Unix socket directory
|
||||
gitea_db_port: 5432
|
||||
gitea_db_name: "gitea"
|
||||
gitea_db_user: "gitea"
|
||||
|
||||
Reference in New Issue
Block a user