mirror of https://gitee.com/bigwinds/arangodb
Fix Foxx docs
This commit is contained in:
parent
6bcffbb8ee
commit
efbc3fe0ac
|
@ -5,7 +5,7 @@ Foxx services can define configuration parameters to make them more re-usable.
|
||||||
|
|
||||||
The `configuration` object maps names to configuration parameters:
|
The `configuration` object maps names to configuration parameters:
|
||||||
|
|
||||||
* The key is the name under whicht the parameter will be available
|
* The key is the name under which the parameter will be available
|
||||||
on the [service context's](Context.md) `configuration` property.
|
on the [service context's](Context.md) `configuration` property.
|
||||||
|
|
||||||
* The value is a parameter definition.
|
* The value is a parameter definition.
|
||||||
|
|
|
@ -87,7 +87,7 @@ When a service uses another mounted service as a dependency the dependency's `ma
|
||||||
|
|
||||||
Service A and Service B are mounted in the same database.
|
Service A and Service B are mounted in the same database.
|
||||||
Service B has a dependency with the local alias `"greeter"`.
|
Service B has a dependency with the local alias `"greeter"`.
|
||||||
The dependency is configured to use the mount path of Service B.
|
The dependency is configured to use the mount path of Service A.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// Entry file of Service A
|
// Entry file of Service A
|
||||||
|
|
Loading…
Reference in New Issue