machine:
  node:
    version: 6.7.0
  environment:
    DIALECT: postgres
  services:
    - postgresql
database:
  override:
    - createdb ProxyCart
