mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
8 lines
140 B
Bash
8 lines
140 B
Bash
CONNECTIONS=mysql
|
|
LABEL_mysql=localhost-mysql
|
|
SERVER_mysql=localhost
|
|
USER_mysql=root
|
|
PASSWORD_mysql=test
|
|
PORT_mysql=3307
|
|
ENGINE_mysql=mysql
|