Changed codio settings to run and preview meteor correctly
This commit is contained in:
7
.codio
7
.codio
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
cd rpg-docs
|
||||
export MONGO_URL=mongodb://thaum:pandas@linus.mongohq.com:10050/green_meteor
|
||||
Reference in New Issue
Block a user