@@ -1,2 +0,0 @@
|
||||
server:
|
||||
baseurl: "https://dev-workspace.not-copy.com"
|
||||
@@ -1,2 +0,0 @@
|
||||
server:
|
||||
baseurl: "workspace.not-copy.com"
|
||||
@@ -75,7 +75,6 @@ security:
|
||||
|
||||
server:
|
||||
port: ${SERVER_PORT:8080}
|
||||
baseurl: ${BASE_URL:http://localhost:8080}
|
||||
front:
|
||||
port: ":2998"
|
||||
tomcat:
|
||||
@@ -146,3 +145,27 @@ tarif:
|
||||
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