Deployed outfleet-rs
This commit is contained in:
25
k8s/apps/vpn/config.yaml
Normal file
25
k8s/apps/vpn/config.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
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"
|
||||
|
Reference in New Issue
Block a user