tangled
alpha
login
or
join now
diffdown.com
/
diffdown-app
0
fork
atom
Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol
diffdown.com
0
fork
atom
overview
issues
10
pulls
pipelines
Made env variables consistent
diffdown.com
2 weeks ago
c5f4d4ed
c96fddd9
+4
-4
2 changed files
expand all
collapse all
unified
split
fly-production.toml
fly-staging.toml
+2
-2
fly-production.toml
reviewed
···
5
5
6
6
[env]
7
7
PORT = "8080"
8
8
-
DB_PATH = "/data/markdownhub.db"
8
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
15
-
auto_stop_machines = "stop"
15
15
+
auto_stop_machines = "off"
16
16
auto_start_machines = true
17
17
min_machines_running = 0
18
18
+2
-2
fly-staging.toml
reviewed
···
5
5
6
6
[env]
7
7
PORT = "8080"
8
8
-
DB_PATH = "/data/markdownhub.db"
8
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
15
-
auto_stop_machines = "stop"
15
15
+
auto_stop_machines = "suspend"
16
16
auto_start_machines = true
17
17
min_machines_running = 0
18
18