mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 23:29:12 +01:00
5 lines
389 B
Bash
Vendored
5 lines
389 B
Bash
Vendored
PG_CONN_STRING="user=postgres dbname=testfixtures_test sslmode=disable"
|
|
MYSQL_CONN_STRING="root:@/testfixtures_test?multiStatements=true"
|
|
SQLITE_CONN_STRING="testdb.sqlite3"
|
|
SQLSERVER_CONN_STRING="server=localhost\SQLExpress;database=testfixtures_test;user id=sa;password=sqlserver;encrypt=disable"
|
|
CRDB_CONN_STRING="host=cockroachdb user=root dbname=defaultdb port=26257 sslmode=disable"
|