Skip to content

Commit 271c7b7

Browse files
hasheddanszczys
authored andcommitted
feat: add OpenAPI v3 URL env vars
Adds appropriate environment variables for OpenAPI v3. Signed-off-by: Daniel Mangum <[email protected]>
1 parent ee5de1f commit 271c7b7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.env.development

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
HOSTING_ENV=development
2-
SWAGGER_URL=https://api.golioth.net/swagger.json
3-
POSTHOG_API_KEY=phc_9AMQNhBKXkRSpvYNcJoDc6TxyvwynfiK5GMOhv5PjN2
2+
SWAGGER_URL=https://api.golioth.dev/swagger.json
3+
OPENAPI_URL=https://api.golioth.dev/openapi.json
4+
POSTHOG_API_KEY=phc_9AMQNhBKXkRSpvYNcJoDc6TxyvwynfiK5GMOhv5PjN2

.env.production

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
HOSTING_ENV=production
22
SWAGGER_URL=https://api.golioth.io/swagger.json
3-
POSTHOG_API_KEY=phc_27EuNlOOIR6vGrjG3kBcdhWPM42LAKd4M1fniRZVb1T
3+
OPENAPI_URL=https://api.golioth.io/openapi.json
4+
POSTHOG_API_KEY=phc_27EuNlOOIR6vGrjG3kBcdhWPM42LAKd4M1fniRZVb1T

0 commit comments

Comments
 (0)