From 9b83fe1ebe94ef7d9d1b8975af80b22f897e8320 Mon Sep 17 00:00:00 2001 From: Karel Hala <khala@redhat.com> Date: Fri, 14 Feb 2020 11:34:32 +0100 Subject: [PATCH] Add basic auth config --- README.md | 6 +++++- src/auth_config.json | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 src/auth_config.json diff --git a/README.md b/README.md index b6ad27e..a7f1cae 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# starter-app \ No newline at end of file +# starter-app + +* AIR api base: `https://muniair-f106.restdb.io` +* SUN api base: `https://munisun-d71a.restdb.io` +* TEMP api base: `https://munitest-16ae.restdb.io` diff --git a/src/auth_config.json b/src/auth_config.json new file mode 100644 index 0000000..6a46c3d --- /dev/null +++ b/src/auth_config.json @@ -0,0 +1,6 @@ +{ + "domain": "dev-8ihcso-1.auth0.com", + "clientId": "", + "apiKey": "", + "apiBase": "https://.restdb.io" +} -- GitLab