File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ # fly.toml app configuration file generated for waspleau-app-client on 2023-10-13T09:31:45+02:00
2
+ #
3
+ # See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4
+ #
5
+
6
+ app = " waspleau-app-client"
7
+ primary_region = " mad"
8
+
9
+ [build ]
10
+
11
+ [http_service ]
12
+ internal_port = 8043
13
+ force_https = true
14
+ auto_stop_machines = true
15
+ auto_start_machines = true
16
+ min_machines_running = 0
17
+ processes = [" app" ]
Original file line number Diff line number Diff line change
1
+ # fly.toml app configuration file generated for waspleau-app-server on 2023-10-13T09:31:39+02:00
2
+ #
3
+ # See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4
+ #
5
+
6
+ app = " waspleau-app-server"
7
+ primary_region = " mad"
8
+
9
+ [build ]
10
+
11
+ [http_service ]
12
+ internal_port = 8080
13
+ force_https = true
14
+ auto_stop_machines = true
15
+ auto_start_machines = true
16
+ min_machines_running = 0
17
+ processes = [" app" ]
You can’t perform that action at this time.
0 commit comments