From 3bc7025f93f45b11773b6f61753c925f6842a32e Mon Sep 17 00:00:00 2001 From: Matthew Evans <7916000+ml-evs@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:59:19 +0000 Subject: [PATCH] Debugging fly configuration (#1864) * Explicitly set Fly port * Fix test data config bug --- .github/fly.toml | 1 + tests/test_config.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/fly.toml b/.github/fly.toml index 742e49196..b3c6c8e18 100644 --- a/.github/fly.toml +++ b/.github/fly.toml @@ -8,6 +8,7 @@ processes = [] builder = "paketobuildpacks/builder:base" [env] +PORT = 5000 [experimental] allowed_public_ports = [] diff --git a/tests/test_config.json b/tests/test_config.json index 6116eae60..f64e139d3 100644 --- a/tests/test_config.json +++ b/tests/test_config.json @@ -1,7 +1,6 @@ { "debug": false, "default_db": "test_server", - "insert_test_data": false, "base_url": "http://example.org", "implementation": { "name": "Example implementation",