Skip to content

Commit

Permalink
[REFACTOR] 도메인 url 변경 (#219)
Browse files Browse the repository at this point in the history
* refactor: 도메인 url 변경

* refactor: 도메인 url 변경
  • Loading branch information
shindong96 authored Sep 22, 2024
1 parent b5db92f commit d4da795
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion in-adapter-api/src/main/resources/cors/application-dev.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cors-config:
allowed-origin: 'https://dev.gohigher.site'
allowed-origin: 'https://dev.gohigher.run'
6 changes: 3 additions & 3 deletions security/src/main/resources/auth/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ spring:
client:
registration:
google:
redirect_uri: ENC(tECcRtMQeSYyaKTnlkhdpAYkU+yzAHwZ4CmOjtrbr3Q43qzY8lzQ3+RsB7EO4X+S0x+g2x7dSt9YQPGbQuZ3hQ==)
redirect_uri: ENC(zNDyE6OcetPJhZIozxa/fFoCWeoscY+/IZcywLvXIMz+usBUh4B39RJmMDq/IN02BJC7+/jkpC5p1G1FSoF3SA==)
kakao:
redirect-uri: ENC(g6PLrzx8uNa3i/8+MCmukCP7NZ9icQjdhrtWV6FWaTyiogLuiNuoiJ9e1n0Ee8v43rhtiPqW4hp8wih171I7zg==)
redirect-uri: ENC(MJwB7oqUdfLKNn7738anGKVJ860QQlP/H8tWOpIl9QjKuubPy7iV3ZfFZfjgcJkjrHs0jCIKnJEJLkkIq4QH0w==)

oauth2:
success:
redirect_uri: 'https://dev.gohigher.site'
redirect_uri: 'https://dev.gohigher.run'
4 changes: 2 additions & 2 deletions security/src/main/resources/auth/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ spring:
client:
registration:
google:
redirect_uri: ENC(PayLYuevrcKy94mwzodmmm3Vt1d0A3HBNNq1HOqE8hwq+YvhHzb/G2Oxr3dheZh2bQz8RBSsRLoHqa36Y1B5pQ==)
redirect_uri: ENC(oh0IKLmsy0Ad4VH1jvY7MkT3OBBpFIRIvilYoSm/C3MNjXU5OoV4CD8XfIoJFoi+ZkXF7arJ1dAYbSjNvn1WcA==)
kakao:
redirect-uri: ENC(dOnbIdYKlab2kfhVdYxj7GzSXff686uJM1WEXDVMFh8CeNm4JL3GoTX+EXg3tPbKYA7XF92JnPkoTwV0SpY+Uw==)
redirect-uri: ENC(ZTAVPYVX4DAazNUebfu+QQ4eN/h7vLPIZWcemKZk9ODyPT44JGJgTHTB5T55jS6iS/JQHh5UI0FzAFVkXTv+KQ==)

oauth2:
success:
Expand Down

0 comments on commit d4da795

Please sign in to comment.