Skip to content

Commit

Permalink
update fly.toml to contain ENVIRONMENT variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gernotstarke committed Nov 27, 2023
1 parent 2936754 commit 98f18e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ primary_region = "ams"
auto_start_machines = true
min_machines_running = 0
processes = ["app"]

## using the environment to differentiate between PRODUCTION (aka fly.io) and DEVELOPMENT (aka localhost)

[env]
ENVIRONMENT = "PRODUCTION"

0 comments on commit 98f18e8

Please sign in to comment.