sharetribe / harmony

Availability management backend and API for Sharetribe marketplaces
https://www.sharetribe.com
Apache License 2.0
19 stars 11 forks source link

"lein migrate migrate" settings #44

Closed GildedHonour closed 6 years ago

GildedHonour commented 6 years ago

When running:

lein migrate migrate

how can I specify login and password?

zenikk commented 6 years ago

You can use environment vars, see full list here: https://github.com/sharetribe/harmony/blob/master/resources/conf/harmony-api.edn#L5

DB_USER=you-rmysql-user DB_PASSWORD=your-password lein migrate migrate