mdidle ware set

This commit is contained in:
valitovgaziz
2024-08-12 08:49:04 +05:00
parent 32daac3a49
commit 5cbb3237e0
9 changed files with 51 additions and 4 deletions
+2
View File
@@ -8,9 +8,11 @@ PGURL='postgres://postgres:postgres@db:5432/postgres?sslmode=disable'
# SERVER
SERVER_PORT=8000
SECRET_KEY=my_very_secret_key
# MIGRATOR
MIGRATOR_PORT=3000
GOOSE_DRIVER=postgres
GOOSE_DBSTRING='user=postgres dbname=postgres sslmode=disable'
GOOSE_MIGRATION_DIR=migrations