Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grunt w watch task #2

Open
dfdjoker opened this issue Jul 1, 2019 · 0 comments
Open

grunt w watch task #2

dfdjoker opened this issue Jul 1, 2019 · 0 comments

Comments

@dfdjoker
Copy link

dfdjoker commented Jul 1, 2019

hi jan!
when I run Setup 3 grunt w: the program keep waiting for the watch task,i don't know why, by the way,I run this project on windows 10 and i have installed redis and couchdb,the config.js like this:
// DEVELOPMENT
module.exports = {
type: 'development',
appPort: 3000,
redis: {
port: 6379,
host: 127.0.0.1,
pass: null
},
db: {
admin: 'admin',
password: '',
protocol: 'http',
host: '127.0.0.1',
port: '5984',
name: 'audio-editor'
},
tokbox: {
secret: 'register the API KEY at',
apiKey: 'https://tokbox.com/'
},
aws: {
s3Bucket: 'BUCKETNAME',
accessKey: 'AWESACCESSKEY',
secret: 'AWSSECRET'
},
salt: 'PWMYSALT',
sessionSecret: 'our session secret'
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant