init: Initial commit
This commit is contained in:
17
config.yaml
Normal file
17
config.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
# PostgreSQL Proxy Configuration
|
||||
# Maps external hostnames to internal backend servers
|
||||
|
||||
# Listen address and port
|
||||
listen:
|
||||
address: "0.0.0.0"
|
||||
port: 5432
|
||||
|
||||
debug: true
|
||||
|
||||
# Hostname mappings
|
||||
# External hostname -> Internal hostname and port
|
||||
mappings:
|
||||
- external: "mytestserver"
|
||||
internal: "localhost"
|
||||
- external: "mytestserver2"
|
||||
internal: "deploy.deinserver.co"
|
||||
Reference in New Issue
Block a user