-
-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy pathdatabases.github.ini
More file actions
41 lines (35 loc) · 943 Bytes
/
databases.github.ini
File metadata and controls
41 lines (35 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[mysql 5.7]
dsn = "mysql:host=127.0.0.1;port=3306;dbname=nette_test"
username = root
password = root
options[convertBoolean] = yes
options[newDateTime] = yes
[mysql 8.0]
dsn = "mysql:host=127.0.0.1;port=3307;dbname=nette_test"
username = root
password = root
options[convertBoolean] = yes
options[newDateTime] = yes
[postgresql 9.6]
dsn = "pgsql:host=127.0.0.1;port=5432;dbname=nette_test"
username = postgres
password = postgres
options[newDateTime] = yes
[postgresql 13]
dsn = "pgsql:host=127.0.0.1;port=5433;dbname=nette_test"
username = postgres
password = postgres
options[newDateTime] = yes
[postgresql 15]
dsn = "pgsql:host=127.0.0.1;port=5434;dbname=nette_test"
username = postgres
password = postgres
options[newDateTime] = yes
[sqlsrv]
dsn = "sqlsrv:Server=localhost,1433;Database=nette_test"
username = SA
password = "YourStrong!Passw0rd"
options[newDateTime] = yes
[sqlite]
dsn = "sqlite::memory:"
options[newDateTime] = yes