26 lines
433 B
YAML
26 lines
433 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: outfleet-rs-config
|
|
data:
|
|
config.toml: |-
|
|
[database]
|
|
url = "postgres://outfleet_rs:FMj#bA0XW14Pd2@psql.psql.svc:5432/outfleet_rs"
|
|
|
|
[web]
|
|
host = "0.0.0.0"
|
|
port = 8080
|
|
base_url = "https://vpn.hexor.cy"
|
|
|
|
[telegram]
|
|
enabled = false
|
|
admin_chat_ids = []
|
|
allowed_users = []
|
|
|
|
[xray]
|
|
config_path = "./templates"
|
|
|
|
[log]
|
|
level = "debug"
|
|
|