mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-14 00:44:23 -05:00
Begin Refactor
This commit is contained in:
17
vendor/gabordemooij/redbean/testing/config/test-dist.ini
vendored
Normal file
17
vendor/gabordemooij/redbean/testing/config/test-dist.ini
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
; Test suite database config
|
||||
; Rename this file to test.ini if you are done
|
||||
|
||||
[mysql]
|
||||
host = "localhost"
|
||||
schema = "<DATABASE NAME HERE>"
|
||||
user = "<USER>"
|
||||
pass = "<PASSWORD>"
|
||||
|
||||
[pgsql]
|
||||
host = "localhost"
|
||||
schema = "<DATABASE NAME HERE>"
|
||||
user = "<USER>"
|
||||
pass = "<PASSWORD>"
|
||||
|
||||
[sqlite]
|
||||
file = "/tmp/database.db"
|
18
vendor/gabordemooij/redbean/testing/config/test-travis.ini
vendored
Normal file
18
vendor/gabordemooij/redbean/testing/config/test-travis.ini
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
; Test suite database config
|
||||
; Rename this file to test.ini if you are done
|
||||
|
||||
[mysql]
|
||||
host = "localhost"
|
||||
schema = "oodb"
|
||||
user = "root"
|
||||
pass = ""
|
||||
|
||||
[pgsql]
|
||||
host = "localhost"
|
||||
schema = "oodb"
|
||||
user = "postgres"
|
||||
pass = ""
|
||||
|
||||
[sqlite]
|
||||
file = "/tmp/oodb.db"
|
||||
|
Reference in New Issue
Block a user