From 264cd14fb26dc2c952b7acb041ae7b3c0b187641 Mon Sep 17 00:00:00 2001 From: Phil Brookes Date: Wed, 31 Jan 2018 12:42:09 +0000 Subject: [PATCH] fix formatting --- doc/service_config.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/service_config.md b/doc/service_config.md index 14f129d..6f102d4 100644 --- a/doc/service_config.md +++ b/doc/service_config.md @@ -13,14 +13,14 @@ mobile get clientconfig example_client_id --namespace=myproject Which will produce output like the following: ```sh -+----------------+----------------+----------------+-------------------------------------------------------+ -| ID | NAME | TYPE | URL | -+----------------+----------------+----------------+-------------------------------------------------------+ -| Client ID | example_client_id | | | -| fh-sync-server | fh-sync-server | fh-sync-server | https://fh-sync-server-myproject.192.168.64.74.nip.io | -| keycloak | keycloak | keycloak | https://keycloak-myproject.192.168.64.74.nip.io | -| prometheus | prometheus | prometheus | https://prometheus-myproject.192.168.64.74.nip.io | -+----------------+----------------+----------------+-------------------------------------------------------+ ++----------------+-------------------+----------------+-------------------------------------------------------+ +| ID | NAME | TYPE | URL | ++----------------+-------------------+----------------+-------------------------------------------------------+ +| Client ID | example_client_id | | | +| fh-sync-server | fh-sync-server | fh-sync-server | https://fh-sync-server-myproject.192.168.64.74.nip.io | +| keycloak | keycloak | keycloak | https://keycloak-myproject.192.168.64.74.nip.io | +| prometheus | prometheus | prometheus | https://prometheus-myproject.192.168.64.74.nip.io | ++----------------+-------------------+----------------+-------------------------------------------------------+ ``` For more verbose config details of each service, you can request the output in JSON format instead, with the following command: