Monorepo for Aesthetic.Computer aesthetic.computer
at main 20 lines 507 B view raw
1version: "2" 2web_addr: false 3 4tunnels: 5 http_server: 6 proto: http 7 addr: https://localhost:8888 8 hostname: local.aesthetic.computer 9 websocket_chat_system: 10 proto: http 11 addr: https://localhost:8083 12 hostname: chat-system.local.aesthetic.computer 13 websocket_chat_sotce: 14 proto: http 15 addr: https://localhost:8084 16 hostname: chat-sotce.local.aesthetic.computer 17 websocket_sessions: 18 proto: http 19 addr: https://localhost:8889 20 hostname: session.local.aesthetic.computer