github.com/mg98/scriptup@v0.1.0/scriptup.yml (about)

     1  dev:
     2    dir: .test/migrations
     3    executor: /bin/bash
     4    dialect: postgres
     5    host: localhost
     6    port: 6631
     7    user: root
     8    pass: 123
     9    sslmode: disable
    10    db_name: scriptup
    11    table: migrations
    12  prod:
    13    dir: .test/migrations
    14    executor: /bin/bash
    15    dialect: postgres
    16    host: prodhost
    17    port: 6631
    18    user: root
    19    pass: 123
    20    sslmode: disable
    21    db_name: scriptup
    22    table: migrations