docs: add seeds documentation to the CLI config reference

GITHUB_PR_NUMBER: 6323
GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/6323

Co-authored-by: Todd Heslin <1883112+toddheslin@users.noreply.github.com>
GitOrigin-RevId: e47d0c62b06e4f4782378318fcfa368406f20096
This commit is contained in:
hasura-bot 2021-03-09 22:01:45 +05:30
parent 266f7315a2
commit 7e69d3628d

View File

@ -40,7 +40,8 @@ The configuration file can be configured with the following config keys:
pg_dump:
version:
metadata_directory:
migrations_directory:
migrations_directory:
seeds_directory:
actions:
kind:
handler_webhook_baseurl:
@ -112,6 +113,10 @@ The configuration file can be configured with the following config keys:
- false
- 1
- migrations
* - seeds_directory
- false
- 2
-
* - actions
- false
- 2
@ -212,6 +217,10 @@ The configuration can also be set in the form of environment variables:
- ``migrations_directory``
- Defines the directory where the migration files were stored.
* - ``HASURA_GRAPHQL_SEEDS_DIRECTORY``
- ``seeds_directory``
- Defines the directory where the seed files were stored.
* - ``HASURA_GRAPHQL_ACTIONS_KIND``
- ``actions.kind``
- Kind to be used for actions.