Skip to content

Commit

Permalink
vinh/edit file for staging env
Browse files Browse the repository at this point in the history
  • Loading branch information
AnataAria committed Nov 16, 2023
1 parent 059c78b commit 20b517c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ aws:
key: tN7GXYsy2zZHqb1znrfCf/hmNXzdFuRN9MSPdG2P

spring:
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
datasource:
url: jdbc:mariadb://${DB_HOST:anataarisa.hopto.org}:${DB_PORT:3306}/ademy
# url: jdbc:mariadb://localhost:3307/ademy
Expand Down Expand Up @@ -51,7 +55,6 @@ server:
error:
include-message: always


logging:
level:
org:
Expand All @@ -72,7 +75,6 @@ paypal:
app: AWbOtZPREQ6DxSCza2yGZT82kQTW9T17r8xezCuKARBoBM5jli0FdOPrdRVkytKLdeaaFaiM6k-tHlr6
mode: sandbox


frontend:
url: http://anataarisa.hopto.org:3000/

Expand Down

0 comments on commit 20b517c

Please sign in to comment.