Skip to content

Super Simple Score Keeper for anything that needs scoring.

Notifications You must be signed in to change notification settings

joshbtn/ScoreKeen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScoreKeen

for postgresql the pg_config.js file should sit on the root and look like the example below

(function(pg_config){

    pg_config.host = "eample.com";
    pg_config.port = 5432;
    pg_config.dbname = "dbName";
    pg_config.user = "dbUser";
    pg_config.sslmode = "require";
    pg_config.password = "password";

}(typeof module == 'object' ? module.exports : {}))

About

Super Simple Score Keeper for anything that needs scoring.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published