7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
# .database.template
|
|
DB_USER=postgres
|
|
DB_PASSWORD=your_password
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_NAME=keyword_management
|