-
-
Notifications
You must be signed in to change notification settings - Fork 134
/
Copy pathhosting.yml
133 lines (131 loc) · 3.67 KB
/
hosting.yml
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
---
# Website datasheet
# Webhely adatlap
domain: #example.com
domain-alias:
- #www.example.com
- #example2.com
#login-disabled: yes
contact:
name: #"Gipsz Jakab"
email: #[email protected]
company: #"ACME Ltd."
domain:
registrar: #"Domain Reg. Co."
email: #[email protected]
dns:
provider: #"Stable DNS"
login: #[email protected]
ssl:
enabled: yes
provider: #"Certificate Authority"
login: #[email protected]
cdn:
enabled: yes
provider: #"Edge Network"
hostname: #cdn.example.com
email:
provider: #"Mailgun"
login: #[email protected]
bounce-handling: yes
code:
core: #"WordPress"
theme: #"Child/Parent"
plugin:
- #paid-plugins
- #purchased-plugin
cron:
- #wp-cron-cli.sh
- #"job 2"
3rd-party:
server-side:
payment-gateway:
name: #Payment gateway
id: #"A000"
access: #"Client 1"
email: #[email protected]
invoicing-provider:
name: #Invoicing provider
id: #"A000"
access: #"Client 1"
email: #[email protected]
client-side:
external-resources:
name: #External resources (fonts, video, map)
id: #"A000"
access: #"Client 1"
email: #[email protected]
a-b-testing:
name: #A/B testing
id: #"A000"
access: #"Client 1"
email: #[email protected]
3rd-party-widget:
name: #3rd-party widget
id: #"A000"
access: #"Client 1"
email: #[email protected]
external-search:
name: #External search
id: #"A000"
access: #"Client 1"
email: #[email protected]
newsletter-subscription:
name: #Newsletter subscription
id: #"A000"
access: #"Client 1"
email: #[email protected]
live-chat:
name: #Live chat
id: #"A000"
access: #"Client 1"
email: #[email protected]
advertisement-campaign:
name: #Advertisement campaign
id: #"A000"
access: #"Client 1"
email: #[email protected]
social-campaign:
name: #Social campaign
id: #"A000"
access: #"Client 1"
email: #[email protected]
google-analytics:
name: #Tracking code
id: #"UA-00000000-1"
access: #"Client 1"
email: #[email protected]
google-tag-manager:
name: #Google Tag Manager
id: #"GTM-00000"
access: #"Client 1"
email: #[email protected]
call-tracking:
name: #Call Tracking
id: #"A000"
access: #"Client 1"
email: #[email protected]
facebook-page-plugin:
name: #Facebook Page Plugin
id: #"A000"
access: #"Client 1"
email: #[email protected]
mouse-tracking:
name: #Mouse tracking
id: #"A000"
access: #"Client 1"
email: #[email protected]
disabled-service1:
name: #(disabled service)
id: #"A000"
access: #"Client 1"
email: #[email protected]
remarks: |
#languages: HU,EN
#cli-tool: wp-cli,n98-magerun,artisan,cachetool
#issues: URL
#repository: URL
#template-demo: URL
# YAML editor: http://yaml-online-parser.appspot.com/
# php -r 'var_export(yaml_parse(file_get_contents("hosting.yml")));'
...