File tree 4 files changed +720
-618
lines changed
4 files changed +720
-618
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,24 @@ ORO_REDIS_DOCTRINE_DSN=${ORO_REDIS_URL}/2
66
66
ORO_REDIS_LAYOUT_DSN=${ORO_REDIS_URL}/3
67
67
###< redis cache config ###
68
68
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
+
69
74
###> maintenance mode config ###
70
75
# Specify path for the maintenance lock file in the system
71
76
# To activate maintenance mode, run `lexik:maintenance:lock` ORO command
72
77
ORO_MAINTENANCE_LOCK_FILE_PATH=%kernel.project_dir%/var/maintenance/maintenance_lock
73
78
###< 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 ###
Original file line number Diff line number Diff line change 4
4
parameters :
5
5
env(ORO_LOG_PATH) : " php://stderr"
6
6
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
10
7
11
8
sftp_root_path : ' %env(ORO_SFTP_ROOT_PATH)%'
12
9
env(ORO_SFTP_ROOT_PATH) : ' %kernel.project_dir%/var/sftp'
You can’t perform that action at this time.
0 commit comments