6 lines
130 B
Bash
6 lines
130 B
Bash
JWT_SECRET_KEY=your_secret_key_here
|
|
TOKEN_HEADER_KEY=auth-token
|
|
DB_HOST=localhost
|
|
DB_USER=root
|
|
DB_PASSWORD=12345678
|
|
DB_NAME=popcen |