diff --git a/.env.enc b/.env.enc index 4af7c78..6eb31d5 100644 Binary files a/.env.enc and b/.env.enc differ diff --git a/.travis.yml b/.travis.yml index 4517fe9..164ebb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ cache: - node_modules before_script: - npm install -g yarn -- cp ./src/example.config.js ./src/config.js install: - yarn script: diff --git a/src/example.config.js b/src/example.config.js deleted file mode 100644 index 29c4a80..0000000 --- a/src/example.config.js +++ /dev/null @@ -1,20 +0,0 @@ -import BP from './lib/blueprinters' - -export default { - port: 4040, - googleSheets: { - sheets: [ - { - name: 'example', - id: '15gb_aYJw7WSVZmtS0FZvcpGx1-kwKX3VHH8YV6La4hY', - tabs: { - export_events: [BP.deeprows, BP.rows], - export_categories: [BP.groups, BP.rows], - export_sources: BP.ids, - export_sites: BP.rows, - export_tags: BP.tree - } - } - ] - } -}