dev async global search
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-03-07 00:33:37 +07:00
parent 66fe68342a
commit 1670026430
3 changed files with 24 additions and 5 deletions
-2
View File
@@ -1,2 +0,0 @@
server:
baseurl: "https://dev-workspace.not-copy.com"
-2
View File
@@ -1,2 +0,0 @@
server:
baseurl: "workspace.not-copy.com"
+24 -1
View File
@@ -75,7 +75,6 @@ security:
server: server:
port: ${SERVER_PORT:8080} port: ${SERVER_PORT:8080}
baseurl: ${BASE_URL:http://localhost:8080}
front: front:
port: ":2998" port: ":2998"
tomcat: tomcat:
@@ -146,3 +145,27 @@ tarif:
enterprice-disk-size: 500 enterprice-disk-size: 500
enterprice-user-count: 80 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"