Created
December 13, 2013 15:35
-
-
Save pommi/7946046 to your computer and use it in GitHub Desktop.
m2ee-api: ask for it's status or show it's configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@host:~# curl -XGET http://172.17.0.5:5000/status/ | |
The application process is not running. | |
root@host:~# curl -XGET http://172.17.0.5:5000/config/ | |
{ | |
"DatabaseHost": "127.0.0.1:5432", | |
"DTAPMode": "P", | |
"MicroflowConstants": {}, | |
"BasePath": "/home/mendix", | |
"DatabaseUserName": "mendix", | |
"DatabasePassword": "mendix", | |
"DatabaseName": "mendix", | |
"DatabaseType": "PostgreSQL" | |
} | |
root@host:~# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment