Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol diffdown.com
at 44f0460002641e463edef28889ad4e76b4df75b6 21 lines 413 B view raw
1app = "markdownhub-staging" 2primary_region = "ewr" 3 4[build] 5 6[env] 7 PORT = "8080" 8 DB_PATH = "/data/diffdown.db" 9 BASE_URL = "https://staging.diffdown.com" 10 DIFFDOWN_BASE_URL = "https://staging.diffdown.com" 11 12[http_service] 13 internal_port = 8080 14 force_https = true 15 auto_stop_machines = "suspend" 16 auto_start_machines = true 17 min_machines_running = 0 18 19[mounts] 20 source = "data" 21 destination = "/data"