test: add test data directories (testMusic and testCharacters)

This commit is contained in:
2026-05-23 01:06:43 +02:00
parent 92b82da3af
commit 1ada52f5f8
244 changed files with 1225 additions and 26 deletions
+15
View File
@@ -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