test: add test data directories (testMusic and testCharacters)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Test Database Configuration
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_USERNAME=testuser
|
||||
DB_PASSWORD=testpass
|
||||
DB_NAME=music_server_test
|
||||
|
||||
# Test Paths
|
||||
MUSIC_PATH=./testMusic
|
||||
CHARACTERS_PATH=./testCharacters
|
||||
|
||||
# Server Configuration
|
||||
PORT=8081
|
||||
LOG_LEVEL=debug
|
||||
LOG_JSON=false
|
||||
Reference in New Issue
Block a user