Skip to content

Commit d296618

Browse files
committedJan 11, 2023
update: update the link to customization
1 parent 2e396ca commit d296618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup_root.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Go inside the new project and modify the selected enviroment variables in the ne
6666

6767
If you wish to know more about enviroment variables you can check [this]({% link env_vars.md %}).
6868

69-
**Note**: The `data_models_storage_config.json` file defines the connections to the databases that zendro should be aware of. Currently we have integrated sequelize, neo4j, cassandra, amazon s3, mongodb. For other storage types, user needs to implement the connection part and add a [new storage type](https://github.com/Zendro-dev/Zendro-dev.github.io/pull/25), or use generic models. If user wants to use other supported storage types, then user can reuse part of two example files, which illustrate the configuration of all supported storage types with docker setup, namely `./config/data_models_storage_config_example.json` and `./docker-compose-dev-example.yml`.
69+
**Note**: The `data_models_storage_config.json` file defines the connections to the databases that zendro should be aware of. Currently we have integrated sequelize, neo4j, cassandra, amazon s3, mongodb. For other storage types, user needs to implement the connection part and add a [new storage type]({% link setup_customize.md %}#add-a-new-storage-type), or use generic models. If user wants to use other supported storage types, then user can reuse part of two example files, which illustrate the configuration of all supported storage types with docker setup, namely `./config/data_models_storage_config_example.json` and `./docker-compose-dev-example.yml`.
7070

7171
### Step 4: Define your data models
7272

0 commit comments

Comments
 (0)
Please sign in to comment.