mirror of
https://github.com/dbgate/dbgate
synced 2024-11-15 00:06:30 +00:00
15 lines
293 B
Bash
15 lines
293 B
Bash
DEVMODE=1
|
|
|
|
CONNECTIONS=mysql
|
|
SINGLE_CONNECTION=mysql
|
|
# SINGLE_DATABASE=Chinook
|
|
|
|
LABEL_mysql=MySql localhost
|
|
SERVER_mysql=localhost
|
|
# USER_mysql=root
|
|
PORT_mysql=3306
|
|
# PASSWORD_mysql=Pwd2020Db
|
|
ENGINE_mysql=mysql@dbgate-plugin-mysql
|
|
# PASSWORD_MODE_mysql=askPassword
|
|
PASSWORD_MODE_mysql=askUser
|