Change repo url. Add properties file on gitignore
This commit is contained in:
parent
9a7d55694c
commit
a1ef7f6b75
|
@ -66,4 +66,6 @@ fabric.properties
|
|||
|
||||
# Local Deployment scripts
|
||||
make.sh
|
||||
dnet-role-management.iml
|
||||
src/main/resources/registry.properties
|
||||
|
||||
|
|
|
@ -6,6 +6,9 @@ revoke roles from them.
|
|||
|
||||
# Configuration
|
||||
|
||||
In order to avoid commits with registry credentials, registry.properties
|
||||
file has been added to .gitignore.
|
||||
|
||||
#### Registry Properties
|
||||
|
||||
registry.coid=2
|
||||
|
|
|
@ -49,7 +49,7 @@ public class SwaggerConfig {
|
|||
.description("Api documentation") // description
|
||||
.version("1.0") // version
|
||||
.contact(new Contact("Konstantinos Triantafyllou",
|
||||
"https://code-repo.d4science.org/k.triantafyllou/dnet-role-management", "k.triantafyllou@di.uoa.gr")) // contact information
|
||||
"https://code-repo.d4science.org/MaDgIK/dnet-role-management", "k.triantafyllou@di.uoa.gr")) // contact information
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue