Skip to content

Commit

Permalink
feat: yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtkdgns committed May 27, 2024
1 parent d8cd1fe commit aa3f99c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/config/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# SERVER
server:
domain-name: http://localhost:8080
error:
include-exception: true # Include the "exception" attribute.
include-stacktrace: always # When to include a "stacktrace" attribute.
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/config/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# SERVER
server:
domain-name: ${SERVER_DOMAIN_NAME}
error:
include-exception: true # Include the "exception" attribute.
include-stacktrace: always # When to include a "stacktrace" attribute.
Expand Down

0 comments on commit aa3f99c

Please sign in to comment.