Changed codio settings to run and preview meteor correctly

This commit is contained in:
Thaum
2014-11-03 07:08:55 +00:00
parent db0669e546
commit 9ddc1026c4
2 changed files with 2 additions and 7 deletions

7
.codio
View File

@@ -3,14 +3,11 @@
// Run button configuration
"commands": {
"Node version": "node --version"
"Run Meteor": "cd rpg-docs \n meteor"
},
// Preview button configuration
"preview": {
"Project Index (static)": "https://{{domain}}/{{index}}",
"Current File (static)": "https://{{domain}}/{{filepath}}",
"Box URL": "http://{{domain}}:3000/",
"Box URL SSL": "https://{{domain}}:9500/"
"Prieview": "https://period-sheriff-3000.codio.io"
}
}

View File

@@ -1,2 +0,0 @@
cd rpg-docs
export MONGO_URL=mongodb://thaum:pandas@linus.mongohq.com:10050/green_meteor