Initial commit
This commit is contained in:
10
license-system-backend/.env.example
Normal file
10
license-system-backend/.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
DB_PASSWORD=your_strong_password_here
|
||||
JWT_SECRET=your_jwt_secret_at_least_32_chars
|
||||
ADMIN_USER=admin
|
||||
ADMIN_PASSWORD=change_me
|
||||
ADMIN_EMAIL=
|
||||
REDIS_ENABLED=true
|
||||
CORS_ALLOW_ANY=false
|
||||
CORS_ALLOWED_ORIGIN0=https://your-frontend.example.com
|
||||
STORAGE_CLIENT_RSA_PUBLIC_KEY_PEM=
|
||||
STORAGE_REQUIRE_HTTPS_FOR_DOWNLOAD_KEY=true
|
||||
Reference in New Issue
Block a user