Skip to content

Commit

Permalink
Merge pull request #15 from gohypergiant/develop
Browse files Browse the repository at this point in the history
Merging dev to master
  • Loading branch information
imtmcdonald authored Oct 10, 2023
2 parents 82c7393 + 060f032 commit 81590b1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fly.toml app configuration file generated for glossary-bot on 2023-09-08T04:01:01Z
# fly.toml app configuration file generated for glossary-bot-develop on 2023-09-08T11:11:02-04:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
Expand All @@ -10,12 +10,15 @@ primary_region = "iad"
builder = "paketobuildpacks/builder:full"

[env]
FLY_APP_NAME = "glossary-bot-develop"
PORT = "8080"
SLACK_TOKEN = "SQqEHwCpT1daaTM7HunaWHIR"
SLACK_WEBHOOK_URL = "https://hooks.slack.com/services/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"

[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_stop_machines = false
auto_start_machines = true
min_machines_running = 0
min_machines_running = 1
processes = ["app"]

0 comments on commit 81590b1

Please sign in to comment.