diff --git a/pom.xml b/pom.xml index a1a4fd0..bea7029 100644 --- a/pom.xml +++ b/pom.xml @@ -53,11 +53,6 @@ - - sydney.cheng - ec-microservice-commons-security - 1.0.1-SNAPSHOT - sydney.cheng ec-microservice-commons-swagger diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7ed3885..5f1c12f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -37,6 +37,12 @@ spring: name: ${application.name} profiles: active: native + security: + basic: + enabled: true + user: + name: ${CONFIG_SERVER_USERNAME:configuser} + password: ${CONFIG_SERVER_PASSWORD:configPass$1234} cloud: config: server: