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