Skip to content

Commit 9b6da5d

Browse files
author
gm2552
committed
Removing basic auth info from bootstrap.properties.
1 parent 49cb188 commit 9b6da5d

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
33
<groupId>org.nhind</groupId>
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>xd</artifactId>
@@ -37,7 +37,7 @@
3737
</developer>
3838
</developers>
3939
<organization>
40-
<name>HNIN Direct</name>
40+
<name>NHIN Direct</name>
4141
<url>http://nhindirect.org</url>
4242
</organization>
4343
<licenses>

src/main/resources/bootstrap.properties

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,3 @@ eureka.client.enabled=false
99
management.health.rabbit.enabled=false
1010

1111
spring.main.allow-bean-definition-overriding=true
12-
13-
direct.config.service.url=http://localhost:8080
14-
#Default username and password
15-
spring.security.basic.enabled: false
16-
#spring.security.user.name:
17-
#spring.security.user.password: {bcrypt}$2a$04$WQsYXSBOnycO1/7E9bKUVevWX3.Gxv2V6ZfYx9UKoy3lm9.4TjU7e

0 commit comments

Comments
 (0)