-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathDevConfig.yaml
More file actions
40 lines (33 loc) · 800 Bytes
/
DevConfig.yaml
File metadata and controls
40 lines (33 loc) · 800 Bytes
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
33
34
35
36
37
38
39
---
# box setup
privateIp: "192.168.33.17"
publicIp: "192.168.1.17"
cpus: 1
memory: 512
# which box to use
box:
name: ubuntu32
version: 12.04
# location to sentora - should be a git version by user : making git pulls & pushes available
sentora:
path: Core/sentora-core/
tag: 1.0.0-RC2
preConf: Core/sentora-installers/preconf/
# params passed to provision scripts $1 $2 etc
provisionsParams:
subDomain: panel.sitename.com
zadminPass: password
rootMySqlPass: password
timeZone: Europe/London
# mount themes, modules, apps for development : array
themes:
- path: Development/themes/themeName
name: themeName
- path: ~/themes/sentora/glass
name: glass
modules:
- path: Development/modules/moduleName
name: moduleName
apps:
- path: Development/apps/appName
name: appName