-
-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy path.env.example
More file actions
34 lines (29 loc) · 670 Bytes
/
Copy path.env.example
File metadata and controls
34 lines (29 loc) · 670 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
MYSQL_HOST=localhost
MYSQL_PORT=3309
MYSQL_DATABASE=myDB
MYSQL_USERNAME=root
MYSQL_PASSWORD=123456Password
MARIADB_HOST=localhost
MARIADB_PORT=3360
MARIADB_DATABASE=myDB
MARIADB_USERNAME=root
MARIADB_PASSWORD=123456Password
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DATABASE=myDB
POSTGRES_USERNAME=postgres
POSTGRES_PASSWORD=123456Password
ORACLE_HOST=localhost
ORACLE_PORT=1521
ORACLE_DATABASE=XEPDB1
ORACLE_PASSWORD=123456Password
MSSQL_HOST=localhost
MSSQL_PORT=1433
MSSQL_DATABASE=master
MSSQL_USERNAME=sa
MSSQL_PASSWORD=123456Password
HYPERSQL_HOST=localhost
HYPERSQL_PORT=???
HYPERSQL_DATABASE=myDB
HYPERSQL_USER=xyz
HYPERSQL_PASSWORD=123456Password