We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168a5f5 commit 84b859cCopy full SHA for 84b859c
config/services.yaml
@@ -5,11 +5,11 @@
5
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
6
parameters:
7
manticore:
8
- host: manticore.hypersearch.internal
9
- port: 9308
+ host: '%env(MANTICORE_HOST)%'
+ port: '%env(MANTICORE_PORT)%'
10
app:
11
- host: hyper-search.lndo.site
12
- websocket: "ws://ws.lndo.site"
+ host: '%env(APP_HOST)%'
+ websocket: '%env(APP_WEBSOCKET_URL)%'
13
14
services:
15
# default configuration for services in *this* file
0 commit comments