dbgate/packages/api/.env

24 lines
446 B
Bash
Raw Normal View History

2020-05-18 17:05:45 +00:00
CONNECTIONS=mysql,postgres
2020-05-17 08:57:24 +00:00
LABEL_mysql=MySql localhost
SERVER_mysql=localhost
USER_mysql=root
PASSWORD_mysql=test
PORT_mysql=3307
ENGINE_mysql=mysql
2020-05-17 08:57:24 +00:00
2020-05-18 17:05:45 +00:00
LABEL_postgres=Postgres localhost
SERVER_postgres=localhost
USER_postgres=postgres
PASSWORD_postgres=test
PORT_postgres=5433
ENGINE_postgres=postgres
2020-05-17 08:57:24 +00:00
TOOLBAR=home
ICON_home=fas fa-home
TITLE_home=Home
PAGE_home=home.html
2020-05-17 18:51:16 +00:00
STARTUP_PAGES=home
2020-05-17 08:57:24 +00:00
PAGES_DIRECTORY=/home/jena/jenasoft/dbgate-web/pages