Graphql-code-generator: Specify default environment variable values in codegen.yml

Created on 5 May 2019  路  3Comments  路  Source: dotansimha/graphql-code-generator

It would be awesome if you could specify a default value for environment variables, like you can usually do with yaml files such as in docker:

version: '3'

services:
  lb:
    image: nginx:latest
    environment:
      PASSWORD: "${PASS:-secret}"
core enhancement waiting-for-release

Most helpful comment

Available in 1.3.0 馃帀

All 3 comments

Thanks!

Available in 1.3.0 馃帀

Was this page helpful?
0 / 5 - 0 ratings