This module allows you to check if the process is executing OpenShift and, if so, to obtain information about the host IP and port you should bind on, your public DNS, and database connection information. # Usage void connectToDb(String jdbcUrl, String user, String password){ // ... } void startHttpServer(String ip, Integer port){ // ... } shared void run(){ if(openshift.running){ if(openshift.ceylon.running){ ...

Latest Versions

8 versions →
VersionVulnerabilitiesUsagesDate
1.3.x
1.3.3
0
Feb 13, 2021
1.3.2
0
Feb 13, 2021
1.3.1
0
Feb 13, 2021
1.2.x
1.2.1
0
Feb 13, 2021
1.2.0
0
Feb 13, 2021
1.1.x
1.1.1
0
Feb 13, 2021
1.1.0
0
Feb 13, 2021
8 versions →