Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol diffdown.com

Made env variables consistent

+4 -4
+2 -2
fly-production.toml
··· 5 5 6 6 [env] 7 7 PORT = "8080" 8 - DB_PATH = "/data/markdownhub.db" 8 + DB_PATH = "/data/diffdown.db" 9 9 BASE_URL = "https://diffdown.com" 10 10 DIFFDOWN_BASE_URL = "https://diffdown.com" 11 11 12 12 [http_service] 13 13 internal_port = 8080 14 14 force_https = true 15 - auto_stop_machines = "stop" 15 + auto_stop_machines = "off" 16 16 auto_start_machines = true 17 17 min_machines_running = 0 18 18
+2 -2
fly-staging.toml
··· 5 5 6 6 [env] 7 7 PORT = "8080" 8 - DB_PATH = "/data/markdownhub.db" 8 + DB_PATH = "/data/diffdown.db" 9 9 BASE_URL = "https://staging.diffdown.com" 10 10 DIFFDOWN_BASE_URL = "https://staging.diffdown.com" 11 11 12 12 [http_service] 13 13 internal_port = 8080 14 14 force_https = true 15 - auto_stop_machines = "stop" 15 + auto_stop_machines = "suspend" 16 16 auto_start_machines = true 17 17 min_machines_running = 0 18 18