mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
15 lines
266 B
Bash
15 lines
266 B
Bash
CONNECTIONS=mysql
|
|
LABEL_mysql=MySql localhost
|
|
SERVER_mysql=localhost
|
|
USER_mysql=root
|
|
PASSWORD_mysql=test
|
|
PORT_mysql=3307
|
|
ENGINE_mysql=mysql
|
|
|
|
TOOLBAR=home
|
|
ICON_home=fas fa-home
|
|
TITLE_home=Home
|
|
PAGE_home=home.html
|
|
|
|
PAGES_DIRECTORY=/home/jena/jenasoft/dbgate-web/pages
|