mirror of
https://github.com/YGGverse/HLState.git
synced 2025-03-12 21:41:13 +00:00
init env settings
This commit is contained in:
parent
d007a8041d
commit
0f03821a5f
8
.env
8
.env
@ -39,3 +39,11 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
|
|||||||
###> symfony/mailer ###
|
###> symfony/mailer ###
|
||||||
# MAILER_DSN=null://null
|
# MAILER_DSN=null://null
|
||||||
###< symfony/mailer ###
|
###< symfony/mailer ###
|
||||||
|
|
||||||
|
# HLState
|
||||||
|
|
||||||
|
# Application version, used for API and media cache
|
||||||
|
APP_VERSION=1.0.0
|
||||||
|
|
||||||
|
# Application name
|
||||||
|
APP_NAME=HLState
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
# Put parameters here that don't need to change on each machine where the app is deployed
|
# 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
|
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
|
||||||
parameters:
|
parameters:
|
||||||
|
app.version: '%env(APP_VERSION)%'
|
||||||
|
app.name: '%env(APP_NAME)%'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# default configuration for services in *this* file
|
# default configuration for services in *this* file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user