Skip to content

Commit

Permalink
Fix parameters description
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsushi Nakatsugawa committed Nov 15, 2024
1 parent 37b1bc1 commit 3395ae8
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions apps/app/src/server/routes/apiv3/admin-home.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,14 @@ const router = express.Router();
* description: environment variables
* additionalProperties:
* type: string
* example: >
* '{
* "FILE_UPLOAD":"mongodb",
* "APP_SITE_URL":"http://localhost:3000",
* "ELASTICSEARCH_URI":"http://elasticsearch:9200/growi",
* "ELASTICSEARCH_REQUEST_TIMEOUT":15000,
* "ELASTICSEARCH_REJECT_UNAUTHORIZED":true,
* "OGP_URI":"http://ogp:8088",
* "QUESTIONNAIRE_SERVER_ORIGIN":"http://host.docker.internal:3003"
* }'
* example:
* "FILE_UPLOAD": "mongodb"
* "APP_SITE_URL": "http://localhost:3000"
* "ELASTICSEARCH_URI": "http://elasticsearch:9200/growi"
* "ELASTICSEARCH_REQUEST_TIMEOUT": 15000
* "ELASTICSEARCH_REJECT_UNAUTHORIZED": true
* "OGP_URI": "http://ogp:8088"
* "QUESTIONNAIRE_SERVER_ORIGIN": "http://host.docker.internal:3003"
* isV5Compatible:
* type: boolean
* description: This value is true if this GROWI is compatible v5.
Expand Down

0 comments on commit 3395ae8

Please sign in to comment.