# Choose your template provider ('FileSystem' or 'Online') TEMPLATE_PROVIDER = Online # Base location for the Online Template Provider TEMPLATES_BASE_LOCATION = https://raw.githubusercontent.com/eriklenaerts/openapi-generator/master/templates/ # IF you use the FileSystem template provider, uncomment this line here # TEMPLATES_BASE_LOCATION = ../templates # Set the default template in case nothing was provided using the --template cli argument # if this is not set here or in via the cli argument, the fallback is 'basic.hbs' DEFAULT_TEMPLATE = digipolis_7_0.hbs # Set the default output location in case nothing was provided using the --output cli argument # if this is not set here or in via the cli argument, the fallback is the current working folder. #DEFAULT_OUTPUT_LOCATION = ~/Downloads/my-swaggers # if true, each output file will have a unique part in the filename so it always writes a new file. # if false, the output file name stays the same over multiple generation runs and thus overwrites it each time. #UNIQUE_OUTPUT_FILENAME = true # Set what operators are served by default # to calculate this number, read https://github.com/eriklenaerts/openapi-generator#calculate-the-operations-modifier DEFAULT_OPS_MODIFIER = 235