3de692cf8b
add .env into serv_nginx
10 lines
150 B
Bash
10 lines
150 B
Bash
|
|
|
|
|
|
# MIGRATOR
|
|
MIGRATOR_PORT=3000
|
|
GOOSE_DRIVER=postgres
|
|
GOOSE_DBSTRING='user=postgres dbname=postgres sslmode=disable'
|
|
GOOSE_MIGRATION_DIR=migrations
|
|
|