Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
CYY1007 committed Sep 27, 2023
1 parent 8380cd7 commit 22a3c2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
version_label: github-action-${{ steps.current-time.outputs.formattedTime }}
region: ap-northeast-2
deployment_package: deploy/deploy.zip
wait_for_environment_recovery: 300
wait_for_environment_recovery: 60
8 changes: 4 additions & 4 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ spring:
enabled: always

## # local redis
redis:
host: localhost

# redis:
# host: zipdabang-redis.osattk.ng.0001.apn2.cache.amazonaws.com
# host: localhost

redis:
host: zipdabang-redis.osattk.ng.0001.apn2.cache.amazonaws.com
batch:
jdbc:
initialize-schema: always
Expand Down

0 comments on commit 22a3c2a

Please sign in to comment.