...

Text file src/github.com/letsencrypt/boulder/sa/db/dbconfig.yml

Documentation: github.com/letsencrypt/boulder/sa/db

     1# https://github.com/rubenv/sql-migrate#readme
     2boulder_sa_test:
     3  dialect: mysql
     4  datasource: root@tcp(boulder-proxysql:6033)/boulder_sa_test?parseTime=true
     5  dir: boulder_sa
     6
     7boulder_sa_integration:
     8  dialect: mysql
     9  datasource: root@tcp(boulder-proxysql:6033)/boulder_sa_integration?parseTime=true
    10  dir: boulder_sa
    11
    12incidents_sa_test:
    13  dialect: mysql
    14  datasource: root@tcp(boulder-proxysql:6033)/incidents_sa_test?parseTime=true
    15  dir: incidents_sa
    16
    17incidents_sa_integration:
    18  dialect: mysql
    19  datasource: root@tcp(boulder-proxysql:6033)/incidents_sa_integration?parseTime=true
    20  dir: incidents_sa

View as plain text