7 lines
161 B
Bash
7 lines
161 B
Bash
MYSQL_ROOT_PASSWORD=your-secure-password
|
|
MYSQL_DATABASE=verification_platform
|
|
MYSQL_PORT=3306
|
|
REDIS_PORT=6379
|
|
APP_PORT=8080
|
|
JWT_SECRET=your-jwt-secret-change-me
|