5 lines
217 B
Bash
5 lines
217 B
Bash
# .env
|
|
DATABASE_URL=mysql://lms_user:lms_password@db:3306/lms_db
|
|
SERVER_ADDR=0.0.0.0:8080
|
|
# SECRET_KEY=your_very_secret_jwt_key_here # Needed if using JWT later
|
|
RUST_LOG=actix_web=info,lms_backend=info # Logging level |