From 9ddc1026c4f4ec4c26dd4e82961ce5559073b1c1 Mon Sep 17 00:00:00 2001 From: Thaum Date: Mon, 3 Nov 2014 07:08:55 +0000 Subject: [PATCH] Changed codio settings to run and preview meteor correctly --- .codio | 7 ++----- startup.sh | 2 -- 2 files changed, 2 insertions(+), 7 deletions(-) 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