From 64c3b3c54843b78f217aec79259b406637fc8ea5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 19 Nov 2018 22:02:29 +0200 Subject: Add: login, logout --- effireg.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'effireg.json') 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" } -- cgit v1.2.1