You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,7 @@ Valid environment variables for the .env file. See [.env.example](/.env.example)
175
175
|`ES_FIELDS_LIMIT`| number || The total number of fields in an index. | 1000 |
176
176
|`ES_REFRESH`| string || If set to `wait_for`, Elasticsearch will wait till data is inserted into the specified index before returning a response. | false |
177
177
|`LOGGERS_CONFIG_FILE`| string || The file name for loggers configuration, located in the project root directory. | "loggers.json" |
178
+
|`SWAGGER_PATH`| string | Yes | swaggerPath is the path where the swagger UI will be available| "explorer"|
0 commit comments