-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfly.dev.toml
More file actions
36 lines (30 loc) · 930 Bytes
/
fly.dev.toml
File metadata and controls
36 lines (30 loc) · 930 Bytes
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
31
32
33
34
35
36
# fly.toml app configuration file generated for source-be-staging on 2025-07-08T14:36:46+02:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'source-be-staging'
primary_region = 'jnb'
[build]
[env]
CORS_ORIGIN = 'https://source-staging.fly.dev'
ENV = 'prod'
GOOGLE_CLIENT_ID = '449412212863-h1rre1gdmfgq96jt160fdd30bfatjiqb.apps.googleusercontent.com'
GOOGLE_REDIRECT_URI = 'https://source-be-staging.fly.dev/oauth2/google/callback'
DATABASE_DIR = '/data'
SUPPORT_ADDRESS="keaganncollins@gmail.com"
EMAIL_USERNAME="merveillevaneck@gmail.com"
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = 'off'
min_machines_running = 0
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1
[mounts]
source = 'source_storage_staging'
destination = '/data'
processes = ['app']
initial_size = '50gb'