-
Notifications
You must be signed in to change notification settings - Fork 0
/
harp.json
32 lines (32 loc) · 864 Bytes
/
harp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"goos": "linux",
"goarch": "amd64",
"app": {
"name": "hybris_qor_cms",
"importpath": "github.com/theplant/hybris_qor_cms",
"envs": {},
"DefaultExcludeds": [".git/", "tmp/", ".DS_Store", "node_modules/", "*.swp"],
"files": [
"github.com/theplant/hybris_qor_cms",
"github.com/qor/qor"
]
},
"servers": {
"prod": [{
"gopath": "/home/app",
"user": "app",
"host": "54.64.71.113",
"envs": {
"HYBRIS_MYSQL_PORT_3306_TCP_ADDR":"localhost",
"HYBRIS_MYSQL_ENV_MYSQL_ROOT_PASSWORD":"ufdcXNU8.JkBxJ5vu4bZ",
"HYBRIS_MYSQL_PORT_3306_TCP_PORT":"3306",
"HYBRIS_MYSQL_DATABASE":"hybris_qor_cms",
"HYBRIS_ENV":"development",
"HYBRIS_WEBDIR":"./www",
"HYBRIS_HOST":"http://hybris-demo.theplant-dev.com:9001",
"HYBRIS_CMS_HOST":"http://hybris-demo.theplant-dev.com:9000"
},
"port": ":22"
}]
}
}