feat: add instance config endpoint

This commit is contained in:
Maël Gangloff
2024-08-04 15:49:38 +02:00
parent e413bfedc0
commit 7cf2375952
13 changed files with 115 additions and 23 deletions

View File

@@ -4,7 +4,9 @@
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
parameters:
mailer_sender_email: '%env(MAILER_SENDER_EMAIL)%'
mailer_sender_email: '%env(string:MAILER_SENDER_EMAIL)%'
oauth_enabled: '%env(bool:OAUTH_ENABLED)%'
limited_features: '%env(bool:LIMITED_FEATURES)%'
services:
# default configuration for services in *this* file