Step 2: Add the config to the .env file
- Paste the respective config in the
abs_config.example.json
file. - Minify it.
- Paste into .env as ABS_CONFIG='...'.
- Add the necessary schema parsing function to absinthe-adapters/packages/common/src/types/schema.ts (Like shown in example above)
- Add the validateEnv function to absinthe-adapters/packages/common/src/utils/validateEnv.ts (Like shown in example above) This is already explained in the Getting Started Guide.
- Start your app.