loginsrv

Unnamed repository; edit this file 'description' to name the repository.
git clone git@jamesshield.xyz:repos/loginsrv.git
Log | Files | Refs | README | LICENSE

commit 9b6671c7bdf688b7d4874f816d2a2ecda9e8760d
parent 6adcd856fba8c3d55482f344a5da1e8d105124ed
Author: Sebastian Mancke <s.mancke@tarent.de>
Date:   Sat,  3 Jun 2017 08:53:02 +0200

Merge pull request #29 from ymmtmdk/surppres-warning

Suppress `DEPRECATED` warning
Diffstat:
Mdev_run.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev_run.sh b/dev_run.sh @@ -1,3 +1,3 @@ #!/bin/bash -go run main.go --text-logging=true --jwt-secret=secret --backend "provider=simple,bob=secret" +go run main.go --text-logging=true --jwt-secret=secret --simple bob=secret