diff options
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.env.example b/.env.example index 2e8b00d..3bc0bd0 100644 --- a/.env.example +++ b/.env.example @@ -8,4 +8,8 @@ DATABASE_URL=neststarterappdevelopment # recommend using randomkeygen.com to generate a key ENCRYPTION_KEY=yourencryptionkey -REFRESH_ENCRYPTION_KEY=yourrefreshencryptionkey
\ No newline at end of file +REFRESH_ENCRYPTION_KEY=yourrefreshencryptionkey + +#Admin user information +ADMIN_EMAIL=admin@example.com +ADMIN_PASSWORD=changeme |