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
+24 -1
View File
@@ -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"