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
|`APP_PORT`| The port that the server runs on |`4000`|
88
+
|`APP_ADDRESS`| The address that the server binds to |`0.0.0.0`|
89
+
|`MYSQL_SECONDARY_URLS`| Secondary MySQL connection URLs (must be in JSON array format) |_optional_|
90
+
|`SMTP_USE`| Flag to enable SMTP server usage (for email verification) |`false`|
91
+
|`SMTP_HOST`| SMTP server host |_required if `SMTP_USE=true`_|
92
+
|`SMTP_PORT`| SMTP server port |_required if `SMTP_USE=true`_|
93
+
|`SMTP_USERNAME`| SMTP server authentication username |_optional_|
94
+
|`SMTP_PASSWORD`| SMTP server authentication password |_optional_|
95
+
|`SMTP_SENDER`| Email address used as sender in emails |_required if `SMTP_USE=true`_|
96
+
|`SMTP_BASE_URL`| Base URL for emails to link back to the application |_required if `SMTP_USE=true`_|
97
+
|`OPENSEARCH_USE`| Flag to enable OpenSearch integration |`false`|
98
+
|`OPENSEARCH_NODE`| OpenSearch node URL |_required if `OPENSEARCH_USE=true`_|
99
+
|`OPENSEARCH_USERNAME`| OpenSearch username (if authentication is enabled) |_required if `OPENSEARCH_USE=true`_|
100
+
|`OPENSEARCH_PASSWORD`| OpenSearch password (if authentication is enabled) |_required if `OPENSEARCH_USE=true`_|
101
+
|`AUTO_MIGRATION`| Automatically perform database migration on application start |`true`|
102
+
|`MASTER_API_KEY`| Master API key for privileged operations |_none_|
103
+
|`ENABLE_AUTO_FEEDBACK_DELETION`| Enable auto old feedback deletion cron on application start |`false`|
104
+
|`AUTO_FEEDBACK_DELETION_PERIOD_DAYS`| Auto old feedback deletion period (in days) |_required if `ENABLE_AUTO_FEEDBACK_DELETION`_|
103
105
104
106
Please ensure that you set the required environment variables before starting the application. Optional variables can be set as needed based on your specific configuration and requirements.
0 commit comments