Explorar el Código

chore: updated example env files

Fela Maslen hace 5 años
padre
commit
d7cf87b649
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. 4 0
      music-player/example.env
  2. 2 1
      music-player/test.env

+ 4 - 0
music-player/example.env

@@ -3,3 +3,7 @@ POSTGRES_DATABASE=music_player
 POSTGRES_USER=user
 POSTGRES_PASSWORD=password
 POSTGRES_PORT=5432
+REDIS_URL=localhost:6381
+LOG_LEVEL=3
+LIBRARY_DIRECTORY=./pkg/read
+PORT=3000

+ 2 - 1
music-player/test.env

@@ -3,6 +3,7 @@ POSTGRES_DATABASE=music_player_test
 POSTGRES_USER=docker
 POSTGRES_PASSWORD=docker
 POSTGRES_PORT=5417
+REDIS_URL=localhost:6381
 LOG_LEVEL=0
 LIBRARY_DIRECTORY=./pkg/read
-REDIS_URL=localhost:6381
+PORT=3000