diff --git a/.codio b/.codio index 7d7bce0e..519d6177 100644 --- a/.codio +++ b/.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" } } \ No newline at end of file diff --git a/startup.sh b/startup.sh index 4c02c45e..e69de29b 100644 --- a/startup.sh +++ b/startup.sh @@ -1,2 +0,0 @@ -cd rpg-docs -export MONGO_URL=mongodb://thaum:pandas@linus.mongohq.com:10050/green_meteor \ No newline at end of file