File tree 7 files changed +1212
-1364
lines changed
7 files changed +1212
-1364
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,12 @@ ORO_SESSION_DSN=native:
39
39
###< session config ###
40
40
41
41
###> websocket config ###
42
- ORO_WEBSOCKET_SERVER_DSN=//0.0.0.0:8080
43
- ORO_WEBSOCKET_FRONTEND_DSN=//*:8080/ws
44
- ORO_WEBSOCKET_BACKEND_DSN=tcp://127.0.0.1:8080
42
+ # websocket server DSN example: //0.0.0.0:8080
43
+ ORO_WEBSOCKET_SERVER_DSN=
44
+ # websocket client frontend DSN example: //*:8080/ws
45
+ ORO_WEBSOCKET_FRONTEND_DSN=
46
+ # websocket client backend DSN example: tcp://127.0.0.1:8080
47
+ ORO_WEBSOCKET_BACKEND_DSN=
45
48
###< websocket config ###
46
49
47
50
###> message queue config ###
Original file line number Diff line number Diff line change 1
1
ORO_DB_URL=postgres://
[email protected] /b2b_crm_dev_test
2
2
ORO_DB_DSN=${ORO_DB_URL}
3
3
ORO_MAILER_DSN=smtp://127.0.0.1
4
+ ORO_WEBSOCKET_SERVER_DSN=
5
+ ORO_WEBSOCKET_FRONTEND_DSN=
6
+ ORO_WEBSOCKET_BACKEND_DSN=
Original file line number Diff line number Diff line change
1
+ ORO_WEBSOCKET_SERVER_DSN=
2
+ ORO_WEBSOCKET_FRONTEND_DSN=
3
+ ORO_WEBSOCKET_BACKEND_DSN=
1
4
ORO_IMAGE=${ORO_PROJECT}orocommerce-application
2
5
ORO_IMAGE_TEST=${ORO_IMAGE}-test
3
6
ORO_IMAGE_INIT=${ORO_IMAGE}-init
Original file line number Diff line number Diff line change 6
6
parameters :
7
7
# Some parameter values are not set from environment variables because Symfony service container build
8
8
# depends on them. These parameter values cannot be changed in runtime without the application cache rebuild.
9
- web_backend_prefix : ' /admin '
9
+
10
10
database_server_version : ' 13.7'
11
11
secret : ' %env(ORO_SECRET)%'
12
12
database_dsn : ' %env(ORO_DB_DSN)%'
Original file line number Diff line number Diff line change 39
39
"oro/mailchimp" : " 5.1.x-dev" ,
40
40
"oro/cookie-consent" : " 5.1.x-dev" ,
41
41
"oro/gridfs-config" : " 5.1.x-dev" ,
42
- "oro/commerce-demo-checkouts" : " 5.1.x-dev" ,
43
- "oro/commerce-documentation-examples" : " 5.1.x-dev" ,
44
- "oro/crm-documentation-examples" : " 5.1.x-dev" ,
45
- "oro/platform-documentation-examples" : " 5.1.x-dev"
42
+ "oro/commerce-demo-checkouts" : " 5.1.x-dev"
46
43
},
47
44
"require-dev" : {
48
45
"behat/behat" : " ~3.12.0" ,
137
134
"type" : " path" ,
138
135
"url" : " ../../package/*"
139
136
},
140
- {
141
- "type" : " path" ,
142
- "url" : " ../../documentation/code_examples/commerce"
143
- },
144
- {
145
- "type" : " path" ,
146
- "url" : " ../../documentation/code_examples/crm"
147
- },
148
- {
149
- "type" : " path" ,
150
- "url" : " ../../documentation/code_examples/platform"
151
- },
152
137
{
153
138
"type" : " composer" ,
154
139
"url" : " https://packagist.orocrm.com"
You can’t perform that action at this time.
0 commit comments