mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 09:33:33 +02:00
4 lines
185 B
Plaintext
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 |