[variables]
main_domain = "${domain}"
better_auth_secret = "${password:32}"
clickhouse_password = "${password:32}"
postgres_password = "${password:32}"
[[config.domains]]
serviceName = "rybbit_backend"
port = 3001
host = "${main_domain}"
path = "/api"
[[config.domains]]
serviceName = "rybbit_client"
port = 3002
host = "${main_domain}"
[config.env]
BASE_URL = "http://${main_domain}"
DOMAIN_NAME= "${main_domain}"
BETTER_AUTH_SECRET = "${better_auth_secret}"
DISABLE_SIGNUP = "false"
CLICKHOUSE_DB = "analytics"
CLICKHOUSE_USER = "default"
CLICKHOUSE_PASSWORD = "${clickhouse_password}"
POSTGRES_DB = "analytics"
POSTGRES_USER = "frog"
POSTGRES_PASSWORD = "${postgres_password}"
[[config.mounts]]
filePath = "./clickhouse_config/enable_json.xml"
content = """
1
"""
[[config.mounts]]
filePath = "./clickhouse_config/logging_rules.xml"
content = """
warning
true
"""
[[config.mounts]]
filePath = "./clickhouse_config/network.xml"
content = """
0.0.0.0
"""
[[config.mounts]]
filePath = "./clickhouse_config/user_logging.xml"
content = """
0
0
0
"""