docker update
This commit is contained in:
@ -20,9 +20,9 @@ spring:
|
|||||||
enable: false
|
enable: false
|
||||||
|
|
||||||
datasource:
|
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
|
username: support_portal_user
|
||||||
password: Supp0rt_Porta!_P@ssword
|
password: support_portal_password
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
|
|
||||||
jpa:
|
jpa:
|
||||||
@ -67,9 +67,9 @@ file:
|
|||||||
upload:
|
upload:
|
||||||
directory: /var/uploads/blog-images
|
directory: /var/uploads/blog-images
|
||||||
app:
|
app:
|
||||||
base-url: https://yourproductiondomain.com
|
base-url: https://cmcadminfrontend.com
|
||||||
cors:
|
cors:
|
||||||
allowed-origins: https://yourfrontenddomain.com,https://youradmindomain.com
|
allowed-origins: https://cmcadminfrontend.com,https://cmcadminfrontend.com
|
||||||
|
|
||||||
---
|
---
|
||||||
# Development file upload configuration with custom directory
|
# Development file upload configuration with custom directory
|
||||||
|
|||||||
Reference in New Issue
Block a user