mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Update config files path
This commit is contained in:
committed by
Joachim Van Herwegen
parent
452032e312
commit
a7a0e2d264
@@ -27,8 +27,8 @@ The advantage of this is that changing the configuration of components does not
|
||||
### Config file structure
|
||||
|
||||
In order to add a component to the default configuration,
|
||||
you will have to update [`config-default.json`](https://github.com/solid/community-server/tree/master/config/config-default.json),
|
||||
or any of its _imported_ files, which exist in the [`presets`](https://github.com/solid/community-server/tree/master/config/presets) folder.
|
||||
you will have to update [`config/default.json`](https://github.com/solid/community-server/tree/master/config/default.json),
|
||||
or any of its _imported_ files, which exist in the [`config subfolders`](https://github.com/solid/community-server/tree/master/config/).
|
||||
|
||||
A component in a configuration file has the following structure:
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user