Add database name in DSN

This commit is contained in:
Loïc Guitaut
2015-09-15 10:52:54 +02:00
parent 0665e5b6d0
commit c982923233
2 changed files with 2 additions and 2 deletions

View File

@@ -250,7 +250,7 @@ service_url() {
local ID="$(cat "$SERVICE_ROOT/ID")"
local IP="$(get_container_ip "$ID")"
echo "$PLUGIN_SCHEME://$IP:${PLUGIN_DATASTORE_PORTS[0]}"
echo "$PLUGIN_SCHEME://$IP:${PLUGIN_DATASTORE_PORTS[0]}/$SERVICE"
}
is_container_status () {