-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codio
More file actions
19 lines (18 loc) · 747 Bytes
/
.codio
File metadata and controls
19 lines (18 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ // Configure your Run and Preview buttons here.
// Run button configuration
"commands": {
"Node version": "node --version",
"Git minor": "git commit --am \"minor\";git push",
"Ungit UI":"ungit --port=9501"
},
// 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/",
"Visit Ungit": "https://{{domain}}:9501/#/repository?path=\/home\/codio/workspace",
"Visit Ungit (tested)": "http://{{domain}}:8448/#/repository?path=/home/codio/workspace",
"Jekyll": "https://{{domain}}:4000/"
}
}