asg-server/.env.example
Aleksandr Soloshenko 159523154a Initial commit
2022-10-06 09:12:01 +07:00

4 lines
185 B
Plaintext

export CONFIG_PATH=./configs/config.yml
export GOOSE_DRIVER=mysql
export GOOSE_DBSTRING="smsgateway:smsgateway@tcp(localhost:3306)/smsgateway"
export GOOSE_MIGRATION_DIR=./db/migrations