Closed lcpriest closed 8 years ago
The configuration for this goes In the ember-cli-build.js file, correct?
var ENV = { build: {}, redis: { allowOverwrite: true, keyPrefix: 'myapp' }, s3: { prefix: 'myapp' } };
What is the parent key? I imagine that "type" is too generic to be a global setting, but I can't see anywhere in this repo that says what the parent key would be.
Oh, it's "revision-data".
Can we put that in the readme?
@lcpriest We're open to any README PRs that you think would make adoption smoother for people new to the project.
The configuration for this goes In the ember-cli-build.js file, correct?
What is the parent key? I imagine that "type" is too generic to be a global setting, but I can't see anywhere in this repo that says what the parent key would be.