Skip to content

Commit

Permalink
revert application properties changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yesyash committed Jun 7, 2024
1 parent a12a936 commit 39da4a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ MYSQL_DB_USERNAME=testuser
MYSQL_DB_PASSWORD=testpassword
MYSQL_ROOT_PASSWORD=password
DB_DDL_POLICY=update
LOGGING_LEVEL_ROOT=DEBUG
RDS_PUBLIC_KEY="-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg5HrGgKFmH485DXLG4fG
1mKNXceWthXgAozsUGHxLIM3Fa5wU+tLi7tLDZ6LRKo4ZZV2gJJdDqFSNsvn1Uvr
Expand Down
2 changes: 1 addition & 1 deletion skill-tree/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jwt.rds.public.key=${RDS_PUBLIC_KEY}
API_V1_PREFIX=/api/v1
spring.datasource.version=8.1.0
management.endpoints.web.exposure.include=health,info,metrics
logging.level.root=${LOGGING_LEVEL_ROOT}
logging.level.root=ERROR
# If no value received from env default is dev
spring.profiles.active=${SPRING_PROFILES_ACTIVE:dev}
# TODO:Dummy JSON code, needs to be changed as part of #103
Expand Down

0 comments on commit 39da4a0

Please sign in to comment.