Skip to content

Commit

Permalink
[CHORE] show application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devyubin committed Aug 12, 2023
1 parent 70c9069 commit 8d7187c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ build/
!**/src/test/**/build/

### CUSTOM ###
application.yml
application-secret.yml

### STS ###
Expand Down
17 changes: 17 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# RDS Config
spring:
profiles:
include: secret
output:
ansi:
enabled: always

# Redis Config
redis:
host: 127.0.0.1
port: 6379

# logging
logging:
level:
com.haemil.backend: DEBUG

0 comments on commit 8d7187c

Please sign in to comment.