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

This commit is contained in:
vladp
2026-03-07 01:11:22 +07:00
parent 4e9a3e9008
commit cd469edb7f
2 changed files with 3 additions and 27 deletions
+1 -25
View File
@@ -75,7 +75,7 @@ security:
server:
port: ${SERVER_PORT:8080}
baseurl: ${BASE_URL:}
baseurl: ${BASE_URL}
front:
port: ":2998"
tomcat:
@@ -146,27 +146,3 @@ 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"