Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/dev/6.0' into 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CI bot committed Oct 16, 2024
2 parents de69520 + 42892cf commit eb49ef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env-app
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ ORO_OAUTH_PRIVATE_KEY_PATH='%kernel.project_dir%/var/oauth_private.key'
###> logging config ###
# Specify path to the log file
ORO_LOG_PATH="%kernel.logs_dir%/%kernel.environment%.log"
ORO_LOG_STACKTRACE_LEVEL="error"
###< logging config ###
2 changes: 2 additions & 0 deletions config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ parameters:
oauth2_public_key: '%env(resolve:ORO_OAUTH_PUBLIC_KEY_PATH)%'
oauth2_private_key: '%env(resolve:ORO_OAUTH_PRIVATE_KEY_PATH)%'
log_path: '%env(resolve:ORO_LOG_PATH)%'
log_stacktrace_level: '%env(resolve:ORO_LOG_STACKTRACE_LEVEL)%' # The minimum log message level for which an exception stacktrace should be logged. To disable the stacktrace logging an empty string or "none" value can be used.

env(ORO_SECRET): ThisTokenIsNotSoSecretChangeIt
env(ORO_DB_URL): 'postgresql://[email protected]/b2b_crm_dev'
Expand All @@ -50,6 +51,7 @@ parameters:
env(ORO_OAUTH_PUBLIC_KEY_PATH): '%kernel.project_dir%/var/oauth_public.key'
env(ORO_OAUTH_PRIVATE_KEY_PATH): '%kernel.project_dir%/var/oauth_private.key'
env(ORO_LOG_PATH): "%kernel.logs_dir%/%kernel.environment%.log"
env(ORO_LOG_STACKTRACE_LEVEL): 'error'

framework:
#esi: ~
Expand Down

0 comments on commit eb49ef6

Please sign in to comment.