docker update
This commit is contained in:
@ -20,9 +20,9 @@ spring:
|
||||
enable: false
|
||||
|
||||
datasource:
|
||||
url: jdbc:mysql://localhost:3306/support_portal?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC
|
||||
url: jdbc:mysql://db:3306/support-portal?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC
|
||||
username: support_portal_user
|
||||
password: Supp0rt_Porta!_P@ssword
|
||||
password: support_portal_password
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
|
||||
jpa:
|
||||
@ -67,9 +67,9 @@ file:
|
||||
upload:
|
||||
directory: /var/uploads/blog-images
|
||||
app:
|
||||
base-url: https://yourproductiondomain.com
|
||||
base-url: https://cmcadminfrontend.com
|
||||
cors:
|
||||
allowed-origins: https://yourfrontenddomain.com,https://youradmindomain.com
|
||||
allowed-origins: https://cmcadminfrontend.com,https://cmcadminfrontend.com
|
||||
|
||||
---
|
||||
# Development file upload configuration with custom directory
|
||||
|
||||
Reference in New Issue
Block a user