diff --git a/config-template.yaml b/conf-template.yaml similarity index 100% rename from config-template.yaml rename to conf-template.yaml diff --git a/src/config/configuration.ts b/src/config/configuration.ts index 1ec51b53..41173280 100644 --- a/src/config/configuration.ts +++ b/src/config/configuration.ts @@ -2,7 +2,7 @@ import { readFileSync } from 'fs'; import * as yaml from 'js-yaml'; import { join } from 'path'; -const YAML_CONFIG_FILENAME = '../../config.yaml'; +const YAML_CONFIG_FILENAME = '../../conf.yaml'; export default () => { return yaml.load(