Skip to content

Commit 99dfeaa

Browse files
Merge pull request #425 from shapehq/develop
Production deploy
2 parents 7ddde00 + 5c2d285 commit 99dfeaa

File tree

6 files changed

+197
-115
lines changed

6 files changed

+197
-115
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ POSTGRESQL_DB=framna-docs
1313
REPOSITORY_NAME_SUFFIX=-openapi
1414
HIDDEN_REPOSITORIES=
1515
NEW_PROJECT_TEMPLATE_REPOSITORY=shapehq/starter-openapi
16+
PROXY_API_MAXIMUM_FILE_SIZE_IN_MEGABYTES = 10
17+
PROXY_API_TIMEOUT_IN_SECONDS = 30
1618
GITHUB_WEBHOOK_SECRET=preshared secret also put in app configuration in GitHub
1719
GITHUB_WEBHOK_REPOSITORY_ALLOWLIST=
1820
GITHUB_WEBHOK_REPOSITORY_DISALLOWLIST=

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v4
1717
- name: Setup Node.js
18-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: 20
2121
- name: Setup Environment

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v4
1717
- name: Setup Node.js
18-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: 20
2121
- name: Install Dependencies

0 commit comments

Comments
 (0)