@@ -75,7 +75,7 @@ security:
|
||||
|
||||
server:
|
||||
port: ${SERVER_PORT:8080}
|
||||
baseurl: "https://dev-workspace.not-copy.com"
|
||||
baseurl: ${BASE_URL:https://dev-workspace.not-copy.com}
|
||||
front:
|
||||
port: ":2998"
|
||||
tomcat:
|
||||
@@ -145,3 +145,27 @@ tarif:
|
||||
enterprice-max-files-count: 50
|
||||
enterprice-disk-size: 500
|
||||
enterprice-user-count: 80
|
||||
|
||||
---
|
||||
spring:
|
||||
config:
|
||||
activate:
|
||||
on-profile: dev
|
||||
server:
|
||||
baseurl: https://dev-workspace.not-copy.com
|
||||
|
||||
---
|
||||
spring:
|
||||
config:
|
||||
activate:
|
||||
on-profile: prod
|
||||
server:
|
||||
baseurl: https://workspace.not-copy.com
|
||||
|
||||
---
|
||||
spring:
|
||||
config:
|
||||
activate:
|
||||
on-profile: local
|
||||
server:
|
||||
baseurl: http://localhost:8080
|
||||
Reference in New Issue
Block a user