Skip to content

Commit

Permalink
release: deployment configs
Browse files Browse the repository at this point in the history
  • Loading branch information
thongdanghoang committed Feb 22, 2025
1 parent 0c28452 commit 5bf03e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions sep490-enterprise/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ payment:
checksum_key: ${PAYOS_CHECKSUM_KEY:not_a_real_key_to_prevent_null}
returnPath: /enterprise/payment
cancelPath: /enterprise/payment
server:
servlet:
context-path: /enterprise
2 changes: 1 addition & 1 deletion sep490-frontend/src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const environment = {
production: true,
oidcAuthority: 'https://greenbuildings.cloud/idp/auth',
oidcAuthority: 'https://greenbuildings.cloud/idp',
idpApiUrl: 'https://greenbuildings.cloud/idp/api',
enterpriseUrl: 'https://greenbuildings.cloud/enterprise',
oidcClientId: 'greenbuildings',
Expand Down
3 changes: 3 additions & 0 deletions sep490-idp/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

spring:
security:
oauth2:
Expand Down Expand Up @@ -81,3 +82,5 @@ logging:
sql: ${HIBERNATE_SQL_PARAM_LOG_LEVEL:TRACE}
server:
port: 8180
servlet:
context-path: /idp

0 comments on commit 5bf03e6

Please sign in to comment.