vikunja-api/vendor/src.techknowlogick.com/xormigrate/.env

5 lines
311 B
Bash
Raw Normal View History

2019-03-29 18:54:35 +01:00
SQLITE_CONN_STRING=file::memory:?cache=shared
PG_CONN_STRING="user=postgres password=postgres host=pgsql dbname=test sslmode=disable"
MYSQL_CONN_STRING="root:@(mysql)/test?multiStatements=true"
SQLSERVER_CONN_STRING="server=mssql; database=master; user id=sa; password=MwantsaSecurePassword1; encrypt=disable"