mirror of https://github.com/dexidp/dex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
382 B
20 lines
382 B
postgres: |
|
dialect: postgres |
|
datasource: dbname=test sslmode=disable |
|
dir: test-migrations |
|
|
|
mysql: |
|
dialect: mysql |
|
datasource: root@/test?parseTime=true |
|
dir: test-migrations |
|
|
|
mysql_noflag: |
|
dialect: mysql |
|
datasource: root@/test |
|
dir: test-migrations |
|
|
|
sqlite: |
|
dialect: sqlite3 |
|
datasource: test.db |
|
dir: test-migrations |
|
table: migrations
|
|
|