Golang migrator added. Need switch to gooos.

This commit is contained in:
valitovgaziz
2024-08-05 23:27:46 +05:00
parent 87de968e7f
commit 25126c176f
8 changed files with 25 additions and 1 deletions
+2 -1
View File
@@ -3,4 +3,5 @@ DB_PASSWORD=postgres
DB_NAME=postgres
DB_PORT=5432
HOST_DB=db
SERVER_PORT=8000
SERVER_PORT=8000
POSTGRESQL_URL='postgres://postgres:postgres@db:5432/postgres?sslmode=disable'