Showing posts with label environment variables. Show all posts
Showing posts with label environment variables. Show all posts

Wednesday, May 22, 2019

Get/Read UNIX Environment values in JAVA

String host = System.getenv("DB_HOST") ;