Skip to content

Commit

Permalink
format config
Browse files Browse the repository at this point in the history
  • Loading branch information
ALiangLiang committed May 19, 2017
1 parent b326c39 commit 4ea38d6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions config/default.json5
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
// Recommend you copy this file into "local-0.json5". And replace the configs.
{
ssl: { // ssl option. If you don't need https, remove this property.
ssl: { // ssl option. If you don't need https, remove this property.
key: "", // key absolute path
cert: "",
ca: ""
},
c9Path: "/home/c9sdk", // The absolute path of c9sdk.
nodePath: "node", // The absolute path of node. Or you can directed use "node".
account: "account", // Account of basic authentication.
password: "password", // Password of basic authentication.
port: 8080, // Server post.
ports: [ 8081, 8082 ], // Free posts, Be sure these ports are public.
autoFindPort: true, // (Useless now) Auto find a random free public port.
c9Host: 'c9.foobar.com', // The host of cloud9 instances.
projects: [{
name: 'project1', // Used to display.
path: '/home/project1' // The absolute path of the project workspace.
}],
limitTime: 5000 // Used to limit time of launching c9 process.
},
c9Path: "/home/c9sdk", // The absolute path of c9sdk.
nodePath: "node", // The absolute path of node. Or you can directed use "node".
account: "account", // Account of basic authentication.
password: "password", // Password of basic authentication.
port: 8080, // Server post.
ports: [ 8081, 8082 ], // Free posts, Be sure these ports are public.
autoFindPort: true, // (Useless now) Auto find a random free public port.
c9Host: 'c9.foobar.com', // The host of cloud9 instances.
projects: [{
name: 'project1', // Used to display.
path: '/home/project1' // The absolute path of the project workspace.
}],
limitTime: 5000 // Used to limit time of launching c9 process.
}

0 comments on commit 4ea38d6

Please sign in to comment.