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
If using the standalone Docker option, you can use any PostgreSQL database **with root credentials**. Notifuse automatically creates a system database for itself.
@@ -135,18 +116,16 @@ This limitation only applies to `.env` files. Environment variables set directly
135
116
136
117
These variables can be configured via the Setup Wizard on first launch, or set as environment variables. Environment variables always override wizard settings.
|`SMTP_FROM_EMAIL`| From email address (e.g., `[email protected]`) |
128
+
|`SMTP_FROM_NAME`| From name (e.g., `Your Company Name`) |
150
129
151
130
### Optional Variables
152
131
@@ -197,4 +176,4 @@ These variables can be configured via the Setup Wizard on first launch, or set a
197
176
-**Environment Variables**: Recommended for production deployments. Provides better security for sensitive data and allows configuration management through your deployment pipeline.
198
177
-**Priority**: Environment variables always take precedence over database settings when both are present.
199
178
200
-
**For Production Deployments**: We recommend using environment variables for sensitive configuration (SMTP credentials, PASETO keys) and the Setup Wizard or admin interface for non-sensitive settings (API endpoint, etc.).
179
+
**For Production Deployments**: We recommend using environment variables for sensitive configuration (SMTP credentials, SECRET_KEY) and the Setup Wizard or admin interface for non-sensitive settings (API endpoint, etc.).
0 commit comments