Skip to content

canerbagci/bgc-atlas-analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bgc-atlas-analysis

DOI

Database Configuration

Database.java reads the connection URL, user and password from environment variables. Set the following variables before running the application:

export DB_URL="jdbc:postgresql://localhost:5432/atlas"
export DB_USER="myuser"
export DB_PASSWORD="secret"

If these variables are not present, the class looks for a db.properties file in the working directory with the keys db.url, db.user and db.password.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%