electron app

This commit is contained in:
Jan Prochazka
2020-05-18 19:05:45 +02:00
parent 164cd7a253
commit b4dde1db28
6 changed files with 180 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
CONNECTIONS=mysql
CONNECTIONS=mysql,postgres
LABEL_mysql=MySql localhost
SERVER_mysql=localhost
USER_mysql=root
@@ -6,6 +7,13 @@ PASSWORD_mysql=test
PORT_mysql=3307
ENGINE_mysql=mysql
LABEL_postgres=Postgres localhost
SERVER_postgres=localhost
USER_postgres=postgres
PASSWORD_postgres=test
PORT_postgres=5433
ENGINE_postgres=postgres
TOOLBAR=home
ICON_home=fas fa-home
TITLE_home=Home