-
Notifications
You must be signed in to change notification settings - Fork 9
/
fly-prod.toml
30 lines (25 loc) · 1.01 KB
/
fly-prod.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# fly.toml app configuration file generated for hot-or-not-web-leptos-ssr on 2023-11-13T11:04:42+05:30
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "hot-or-not-web-leptos-ssr"
primary_region = "sin"
[build]
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]
[[vm]]
size = "shared-cpu-2x"
memory = "1gb"
[env]
CF_ACCOUNT_ID = "a209c523d2d9646cc56227dbe6ce3ede"
GOOGLE_REDIRECT_URL = "https://yral.com/auth/google_redirect"
GOOGLE_CLIENT_ID = "804814798298-gckvp3hv9sskee5c646b7794k8qolsd7.apps.googleusercontent.com"
HOTORNOT_GOOGLE_REDIRECT_URL = "https://hotornot.wtf/auth/google_redirect"
HOTORNOT_GOOGLE_CLIENT_ID = "804814798298-bgth3st30cbcgh5qren3i577rgse1va5.apps.googleusercontent.com"
ICPUMPFUN_GOOGLE_CLIENT_ID= "804814798298-158b70qepftmlj83aad55thihuq62m1q.apps.googleusercontent.com"
ICPUMPFUN_GOOGLE_REDIRECT_URL= "https://icpump.fun/auth/google_redirect"