Skip to content

Commit f6440cc

Browse files
authored
Update .env.example
1 parent 7f74e48 commit f6440cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ PROJECT_NAME=api-docs
88

99
CLOUDFLARE_ANALYTICS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxx
1010

11-
OPENAPI_DOCS_BLOG_URL=
11+
OPENAPI_DOCS_BLOG_URL=http://${API_DOCS_DOMAIN}:${NGINX_HOST_HTTP_PORT}/blog/openapi.yaml
1212

1313
#-----------------------------------------------------------
1414
#----------------------- Runner ---------------------------
15-
SOURCE_DIR=
15+
SOURCE_DIR=${SOURCE_CODE_PATH}
1616
WORKER_NAME='CSlant API Docs'
1717

1818
NODE_VERSION=22

0 commit comments

Comments
 (0)