16 lines
336 B
Bash
16 lines
336 B
Bash
# Test Database Configuration
|
|
DB_HOST=localhost
|
|
DB_PORT=5433
|
|
DB_USERNAME=testuser
|
|
DB_PASSWORD=testpass
|
|
DB_NAME=music_server_test
|
|
|
|
# Test Paths
|
|
MUSIC_PATH=/Users/sebastian/projects/MusicServer/testMusic
|
|
CHARACTERS_PATH=/Users/sebastian/projects/MusicServer/testCharacters
|
|
|
|
# Server Configuration
|
|
PORT=8081
|
|
LOG_LEVEL=debug
|
|
LOG_JSON=false
|