This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
whmcs.ini
113 lines (94 loc) · 2.16 KB
/
whmcs.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
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
[app]
path=.
[whmcs]
username=YOUR_WHMCS_USERNAME
password=YOUR_WHMCS_PASSWORD
url = https://YOUR_WHMCS_HOST/includes/api.php
language = es
[keystone]
username = admin
tenant = admin
url = http://api.stackops.int:35357/v2.0
roles=LIST_OF_ROLES_ID_TO_ADD_TO_NEW_USERS
[chargeback]
url = http://INTERNAL_CHARGEBACK_HOST:8080/chargeback
regexp = ^WHM[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]$
[portal]
url=https://cloud.cirrusflex.com/portal
[compute]
url=https://compute-mm1.mascloud.es
[volume]
url=https://volume-mm1.mascloud.es
[network]
url=https://network-mm1.mascloud.es
[manila]
url=https://manila-mm1.mascloud.es
[quotas]
INSTANCES_QUOTA = 16
CORES_QUOTA = 32
RAM_QUOTA = 65536
VOLUMES_QUOTA = 16
VOL_GB_QUOTA = 1024
SNAPSHOT_QUOTA = 64
FLOATING_IPS_QUOTA = 16
METADATA_ITEMS_QUOTA = 100
INJECTED_FILES_QUOTA = 8
INJECTED_FILE_CONTENT_BYTE_QUOTA = 1024
INJECTED_FILE_PATH_BYTES_QUOTA = 1024
KEY_PAIRS_QUOTA = 8
SECURITY_GROUPS_QUOTA = 50
SECURITY_GROUP_RULES_QUOTA = 50
NETWORK_QUOTA = 4
SUBNETWORK_QUOTA = 4
PORT_QUOTA = 128
ROUTER_QUOTA = 4
VIP = 10
POOL = 10
SHARES_QUOTA = 0
SHARES_GB_QUOTA = 0
SHARES_SNAPSHOT_QUOTA = 0
SHARES_SNAPSHOT_GB_QUOTA = 0
SHARES_NETWORKS_QUOTA = 0
[email]
from = Cirrusflex <[email protected]>
bcc = [email protected]
username = MAIL_RELAY_USERNAME
password = MAIL_RELAY_PASSWORD
server = MAIL_HOST:MAIL_PORT
[templates]
portal_url = https://cloud.cirrusflex.com
folder=.
created_subject_es=Su cuenta ha sido creada
created_subject_en=Your account has been created
created_file_es=created_template_es.txt
created_file_en=created_template_en.txt
[portal_database]
username=PORTAL_USER_DATABASE
password=PORTAL_USER_PASSWORD
schema=PORTAL_SCHEMA
server=PORTAL_HOST
[loggers]
keys=root
level=NOTSET
[handlers]
keys=file,screen
[formatters]
keys=simpleFormatter
[logger_root]
level=DEBUG
handlers=file
[formatter_simpleFormatter]
format=%(asctime)s - %(name)s - %(levelname)s - %(message)s
datefmt=
[handler_file]
class=handlers.TimedRotatingFileHandler
interval=midnight
backupCount=5
formatter=simpleFormatter
level=DEBUG
args=('./open-whmcs-create.log',)
[handler_screen]
class=StreamHandler
formatter=simpleFormatter
level=DEBUG
args=(sys.stdout,)