summaryrefslogtreecommitdiff
path: root/effireg.json
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-11-19 22:02:29 +0200
committerLars Wirzenius <liw@liw.fi>2018-11-19 22:02:29 +0200
commit64c3b3c54843b78f217aec79259b406637fc8ea5 (patch)
tree3e399c8f4832189cd5b2a611f4628da61d8d48ee /effireg.json
parenta580249c56e3dc79dea528156371e3ce01f2e857 (diff)
downloadeffi-reg-64c3b3c54843b78f217aec79259b406637fc8ea5.tar.gz
Add: login, logout
Diffstat (limited to 'effireg.json')
-rw-r--r--effireg.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/effireg.json b/effireg.json
index 17c3530..ccd1dc6 100644
--- a/effireg.json
+++ b/effireg.json
@@ -1,5 +1,8 @@
{
+ "client-id": "effireg",
+ "client-secret": "hunter2",
+ "our-url": "http://localhost:8181",
"api-url": "https://effi-reg.vm.liw.fi",
- "log": "effiapi.log",
- "pid": "effiapi.pid"
+ "log": "effireg.log",
+ "pid": "effireg.pid"
}