Skip to content

Step 2: Add the config to the .env file

  1. Paste the respective config in the abs_config.example.json file.
  2. Minify it.
  3. Paste into .env as ABS_CONFIG='...'.
  4. Add the necessary schema parsing function to absinthe-adapters/packages/common/src/types/schema.ts (Like shown in example above)
  5. 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.
  6. Start your app.