@@ -54,13 +54,19 @@ network-store-server:
54
54
preloading-strategy : COLLECTION
55
55
base-uri : http://localhost:8080/
56
56
57
- # this structure is shared among all microservices, if you change it, change it everywhere
58
- # customQuery allows a microservice to set query parameters specific to itself
59
- # if customQuery is empty, set queryBegin to "?", otherwise set it to "&"
57
+ # this structure is shared among all microservices, if you change it, change it everywhere.
58
+ # customQuery allows a microservice to set query parameters specific to itself.
59
+ # if customQuery is empty, set queryBegin to "?", otherwise set it to "&".
60
60
# this allow the user to add additional query elements common to all microservices
61
- # and using the appropriate leading character depending on whether the microsevice
62
- # uses custom query parameters
61
+ # and to use the appropriate leading character depending on whether the microsevice
62
+ # uses custom query parameters or not. customQueryBegin in this file must always be '?',
63
+ # it is present only to be able to be overriden by deployments in the
64
+ # manyschemas mode. It is used only for microservices that have predefined
65
+ # query parameters, and it must be used if customQuery is not empty, otherwise
66
+ # the manyschema mode doesn't work, so define it everywhere because it doesn't
67
+ # hurt.
63
68
queryBegin : ' ?'
69
+ customQueryBegin : ' ?'
64
70
customQuery :
65
71
dbName : dynamicmappings
66
72
dbApi : jdbc
0 commit comments