Skip to content

Commit 00ab59d

Browse files
committed
update README
1 parent e1a67d3 commit 00ab59d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22

33
WebCTRL is a trademark of Automated Logic Corporation. Any other trademarks mentioned herein are the property of their respective owners.
44

5+
This WebCTRL add-on periodically synchronizes operator, add-on, and other data to an external PostgreSQL database. By connecting multiple WebCTRL servers to the same PostgreSQL database, it is possible to sync a subset of whitelisted operators and add-ons between all servers. Some data collection features are supported as well.
6+
7+
Currently, this is a work-in-progress. The functionality of the add-on is complete, but it is rather technical to setup, and the front-end is not very polished. So check back in a year to see what this becomes.

src/aces/webctrl/postgresql/core/Config.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ public class Config {
1212
static { revertDefaults(); }
1313
private static void revertDefaults(){
1414
ID = -1;
15-
//connectionURL = "pgsql-analytics.postgres.database.azure.com:5432/analytics";
16-
//username = "webctrl@pgsql-analytics";
17-
//password = "@1C5E8S5!";
1815
connectionURL = "";
1916
username = "";
2017
password = "";

0 commit comments

Comments
 (0)