mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 08:14:25 +00:00
9e6a79bea9
* upgrade to use testfixtures v3 * simplify logic * make vendor * update per @lunny * Update templates/repo/empty.tmpl * Update templates/repo/empty.tmpl Co-authored-by: Lauris BH <lauris@nix.lv>
5 lines
299 B
Bash
5 lines
299 B
Bash
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"
|