Skip to content

Files

Latest commit

 

History

History

config

Folders and files

NameName
Last commit message
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;

///////////////////////////////////////////////////////////////////////////////////