Skip to content

Commit

Permalink
enabled all origins
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 committed Sep 22, 2023
1 parent 05ecfc8 commit 87fc736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/server-docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This page describes the various configuration properties used in the application
| `SERVER_LOG_LEVEL` | The log level of the server. | `info` | `debug`, `info`, `warn`, `error`, `fatal`, `off` |
| `SERVER_LOG_FILES_ENABLED` | If the server should also write the logs to the `VOLUMES_LOGS` directory via rolling file logger. | `false` | `true`, `false` |
| `SERVER_REQUEST_LOG_FORMAT` | The [morgan log format](https://www.npmjs.com/package/morgan#predefined-formats) for incoming HTTP Requests | Custom Log Format | `short`, `combined` [and many more](https://www.npmjs.com/package/morgan#predefined-formats) |
| `SERVER_CORS_ALLOWED_ORIGINS` | Allowed CORS origins for the server. | `*` | A comma-separated list of origins |
| `SERVER_CORS_ALLOWED_ORIGINS` | Allowed CORS origins for the server. | All Origins | A comma-separated list of origins |
| `SERVER_REGISTRATION_DISABLED` | If registration is enabled or not. | `false` | `true`, `false` |
| `SERVER_ACCOUNT_ACTIVATION_DISABLED` | If accounts need to be activated by an admin before using them. | `false` | `true`, `false` |
| `SERVER_ADMIN_USERNAME` | Automatically grants Admin Role to User with this Username on register, or startup. | - | Any username |
Expand Down

0 comments on commit 87fc736

Please sign in to comment.