11 lines
295 B
Bash
11 lines
295 B
Bash
# Rename to .env
|
|
|
|
DB_HOST=your-db-host
|
|
DB_NAME=license_db
|
|
DB_USER_ADMIN=license_admin
|
|
DB_PASS_ADMIN=secure_admin_password
|
|
DB_USER_READER=license_reader
|
|
DB_PASS_READER=secure_read_password
|
|
JWT_SECRET=your_jwt_secret
|
|
VITE_LICENSE_API_URL=https://your.backend.url.com/api #or http://localhost:3000
|