Make pool and poolSong global variables
Build / build (push) Successful in 48s

This commit is contained in:
2026-05-26 20:54:12 +02:00
parent d152ec1f11
commit a446dad7b6
12 changed files with 253 additions and 258 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
# Test Database Configuration
DB_HOST=localhost
DB_PORT=5432
DB_PORT=5433
DB_USERNAME=testuser
DB_PASSWORD=testpass
DB_NAME=music_server_test
# Test Paths
MUSIC_PATH=./testMusic
CHARACTERS_PATH=./testCharacters
MUSIC_PATH=/Users/sebastian/projects/MusicServer/testMusic
CHARACTERS_PATH=/Users/sebastian/projects/MusicServer/testCharacters
# Server Configuration
PORT=8081