# Daemon configuration — mounted into the daemon container # Adjust api_url and node_token for your deployment api_url: "http://api:3000" node_token: "CHANGE_ME_GENERATE_A_SECURE_TOKEN" grpc_port: 50051 data_path: "/var/lib/gamepanel/servers" backup_path: "/var/lib/gamepanel/backups" docker: socket: "/var/run/docker.sock" network: "gamepanel_nw" network_subnet: "172.18.0.0/16"