mirror of
https://lavaforge.org/spotizerr/spotizerr.git
synced 2025-12-24 02:39:14 -05:00
Hotfix
This commit is contained in:
13
.env.example
13
.env.example
@@ -22,12 +22,19 @@ UMASK=0022
|
||||
# Enable authentication
|
||||
ENABLE_AUTH=true
|
||||
|
||||
# Basic Authentication settings
|
||||
JWT_SECRET=your-super-secret-jwt-key-change-in-production
|
||||
JWT_EXPIRATION_HOURS=24
|
||||
# Basic Authentication settings. CHANGE THE JWT_SECRET
|
||||
JWT_SECRET=long-random-text
|
||||
|
||||
# How much a session persists, in hours. 720h = 30 days.
|
||||
JWT_EXPIRATION_HOURS=720
|
||||
|
||||
# Default admins creds, please change the password or delete this account after you create your own
|
||||
DEFAULT_ADMIN_USERNAME=admin
|
||||
DEFAULT_ADMIN_PASSWORD=admin123
|
||||
|
||||
# Whether to allow new users to register themselves or leave that only available for admins
|
||||
DISABLE_REGISTRATION=false
|
||||
|
||||
# SSO Configuration
|
||||
SSO_ENABLED=true
|
||||
SSO_BASE_REDIRECT_URI=http://127.0.0.1:7171/api/auth/sso/callback
|
||||
|
||||
Reference in New Issue
Block a user