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