Skip to content

Commit

Permalink
chore: added envs to fly config
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmoraes committed Aug 25, 2023
1 parent 529e3a5 commit 0896a6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
app = "anilistarr"
primary_region = "ams"

[env]
ANILIST_GRAPHQL_ENDPOINT = "https://graphql.anilist.co"
DATA_PATH = "/tmp"

[http_service]
internal_port = 8080
force_https = true
Expand Down

0 comments on commit 0896a6e

Please sign in to comment.