Skip to content

Commit

Permalink
Debugging fly configuration (#1864)
Browse files Browse the repository at this point in the history
* Explicitly set Fly port

* Fix test data config bug
  • Loading branch information
ml-evs authored Nov 7, 2023
1 parent e25fd6e commit 3bc7025
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ processes = []
builder = "paketobuildpacks/builder:base"

[env]
PORT = 5000

[experimental]
allowed_public_ports = []
Expand Down
1 change: 0 additions & 1 deletion tests/test_config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"debug": false,
"default_db": "test_server",
"insert_test_data": false,
"base_url": "http://example.org",
"implementation": {
"name": "Example implementation",
Expand Down

0 comments on commit 3bc7025

Please sign in to comment.