Remove credentials from properties. Add some info on Readme

This commit is contained in:
kostis30fyllou 2021-07-07 17:47:46 +03:00
parent 57520de6b9
commit 481e68d32d
2 changed files with 24 additions and 2 deletions

View File

@ -1,2 +1,24 @@
# dnet-role-management
Dnet Role Management is a service which is communicating with AAI Registry
service providing methods to get users information, assign roles to users or
revoke roles from them.
# Configuration
#### Registry Properties
registry.coid=2
registry.issuer=https://openaire-dev.aai-dev.grnet.gr/registry/
registry.user=user
registry.password=pass
registry.version=1.0
#### Redis Properties
redis.host = localhost
redis.port = 6379
redis.password =
webbapp.front.domain=.di.uoa.gr

View File

@ -1,7 +1,7 @@
registry.coid=2
registry.issuer=https://openaire-dev.aai-dev.grnet.gr/registry/
registry.user=***REMOVED***
registry.password=***REMOVED***
registry.user=user
registry.password=pass
registry.version=1.0
server.port=8090
redis.host = localhost