-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.ini
73 lines (59 loc) · 1.66 KB
/
example.ini
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
############################################
################## HOSTS ###################
############################################
# Prototype host
prototype ansible_host=host prototype_vhost_domain=prototype.app.host prototype_port=8080 ssl=true
# Enonic Host Group
[enonic]
review ansible_host=host enonic_vhost_domain=review.enonic.host enonic_port=8080 ssl=true
master ansible_host=host enonic_vhost_domain=master.enonic.host enonic_port=8081 ssl=true
#Localhost
[local]
localhost ansible_connection=local ansible_python_interpreter="/usr/bin/env python3"
############################################
################ VARIABLES #################
############################################
[all:vars]
# Project Settings
project_name=test-app
project_shortname=test-app
project_app_name=com.app.test
project_path=output
project_gdrive_name=TEST
# Enonic Settings
enonic=true
enonic_xp_folder=true
enonic_version=7.5.0
enonic_smtp=true
# 'dev' or 'prod' (without quotes)
enonic_environment=prod
# Can be a file or a directory
# Optional, just for production environment
enonic_jar_path=jars
# Sonarqube Settings
sonarqube=false
sonarqube_url=http://sonarqube.link
sonarqube_project_key=sonarqube:key
sonarqube_token=<sonarqube-token>
sonarqube_branch=master
# Prototype Settings
prototype=false
prototype_php_version=7.2
[local:vars]
# Enonic Settings
enonic_supassword=123password
enonic_repo='""'
# Prototype Settings
prototype_local_port=8080
prototype_node_version=8.2.1
[enonic:vars]
# Enonic CI Settings
enonic_ci=true
enonic_ci_version=7.6
# Enonic CI Build Auxiliaries
npm_install=false
gulp=true
gulp_arguments="build"
# Enonic CI Deploy Auxiliaries
minio=true
gdrive=true