Skip to content

NetsOSS/factory-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

430 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create a user in your database:

CREATE USER "gateway" IDENTIFIED BY gateway;
ACCOUNT UNLOCK;

GRANT "RESOURCE" TO "gateway";
GRANT "CONNECT" TO "gateway";

About

A web application to manage a set of HA-proxy instances and backend web applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors