Skip to content

Commit 84b859c

Browse files
committed
feat: add manticore and app as env variables
1 parent 168a5f5 commit 84b859c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/services.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
66
parameters:
77
manticore:
8-
host: manticore.hypersearch.internal
9-
port: 9308
8+
host: '%env(MANTICORE_HOST)%'
9+
port: '%env(MANTICORE_PORT)%'
1010
app:
11-
host: hyper-search.lndo.site
12-
websocket: "ws://ws.lndo.site"
11+
host: '%env(APP_HOST)%'
12+
websocket: '%env(APP_WEBSOCKET_URL)%'
1313

1414
services:
1515
# default configuration for services in *this* file

0 commit comments

Comments
 (0)