Skip to content

Commit 42c3350

Browse files
author
CI bot
committed
Merge remote-tracking branch 'remotes/dev/6.0' into 6.0
2 parents 573607f + 9397ee0 commit 42c3350

File tree

4 files changed

+720
-618
lines changed

4 files changed

+720
-618
lines changed

.env-app

+16
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,24 @@ ORO_REDIS_DOCTRINE_DSN=${ORO_REDIS_URL}/2
6666
ORO_REDIS_LAYOUT_DSN=${ORO_REDIS_URL}/3
6767
###< redis cache config ###
6868

69+
###> tracking data folder config ###
70+
# Specify path to the folder for tracking data
71+
ORO_TRACKING_DATA_FOLDER=
72+
###< tracking data folder config ###
73+
6974
###> maintenance mode config ###
7075
# Specify path for the maintenance lock file in the system
7176
# To activate maintenance mode, run `lexik:maintenance:lock` ORO command
7277
ORO_MAINTENANCE_LOCK_FILE_PATH=%kernel.project_dir%/var/maintenance/maintenance_lock
7378
###< maintenance mode config ###
79+
80+
###> OAuth config ###
81+
# Specify paths to the public and private keys for OAuth
82+
ORO_OAUTH_PUBLIC_KEY_PATH='%kernel.project_dir%/var/oauth_public.key'
83+
ORO_OAUTH_PRIVATE_KEY_PATH='%kernel.project_dir%/var/oauth_private.key'
84+
###< OAuth config ###
85+
86+
###> logging config ###
87+
# Specify path to the log file
88+
ORO_LOG_PATH="%kernel.logs_dir%/%kernel.environment%.log"
89+
###< logging config ###

config/config_cloud.yml

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ imports:
44
parameters:
55
env(ORO_LOG_PATH): "php://stderr"
66

7-
multi_host_operation_directory: '%env(ORO_MULTIHOST_OPERATION_FOLDER)%'
8-
env(ORO_MULTIHOST_OPERATION_FOLDER): '%kernel.project_dir%/var/multihost'
9-
env(ORO_MULTIHOST_ENABLED): true
107

118
sftp_root_path: '%env(ORO_SFTP_ROOT_PATH)%'
129
env(ORO_SFTP_ROOT_PATH): '%kernel.project_dir%/var/sftp'

0 commit comments

Comments
 (0)