Files
config
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
PLEASE CREATE config_db.properties and config_pool.properties with this format!! EXAMPLES: //////////////////// config_pool.properties //////////////////////////////////////// maxconnections=50; hops=5; /////////////////////////////////////////////////////////////////////////////////// /////////////////// config_db.properties //////////////////////////////////////// db.driver=org.postgresql.Driver; db.url=jdbc:postgresql://localhost:5432/MyGoodDB; db.username=UserofMyGoodDB; db.password=PassofMyGoodDB; ///////////////////////////////////////////////////////////////////////////////////