This repository was archived by the owner on Nov 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstackops.ini
More file actions
99 lines (83 loc) · 2.29 KB
/
stackops.ini
File metadata and controls
99 lines (83 loc) · 2.29 KB
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
[app]
path=.
[keystone]
username = KEYSTONE_ADMIN
tenant = TENANT_ADMIN
url = http://api.stackops.int:35357/v2.0
[chargeback]
url = http://10.58.210.16:8080/chargeback
regexp = ^CFX[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]$
[zendesk]
username = ZENDESK_USERNAME
password = ZENDESK_PASSWORD
url = https://cirrusflex.zendesk.com/api/v2
[email]
from = Cirrusflex <donotreply@cirrusflex.com>
bcc = team@stackops.com
username = MAIL_RELAY_USERNAME
password = MAIL_RELAY_PASSWORD
server = MAIL_RELAY_HOST:MAIL_RELAY_PORT
[templates]
portal_url = https://cloud.cirrusflex.com
folder=.
activate_subject_es=Su cuenta ha sido activada
activate_subject_en=Your account has been activated
activate_file_es=activate_template_es.txt
activate_file_en=activate_template_en.txt
[portal_database]
username=PoRTAL_USER
password=PORTAL_PASSWORD
schema=PORTAL_SCHEMA
server=PORTAL_DATABASE_HOST
[find_trial_expire_soon]
regexp = ^CFX[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]$
folder_out = .
warning_days=25
expired_days=30
subject_es=Aviso: Su cuenta de TRIAL va a expirar
subject_en=Warning: Your TRIAL account is going to expire soon
file_es=find_trial_expire_soon_es.txt
file_en=find_trial_expire_soon_en.txt
email=marketing@cirrusflex.com
[find_trial_expired]
regexp = ^CFX[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]$
folder_out = .
expired_days=30
subject_es=Aviso: Su cuenta de TRIAL ha expirado
subject_en=Warning: Your TRIAL account has expired
file_es=find_trial_expired_es.txt
file_en=find_trial_expired_en.txt
email=marketing@cirrusflex.com
[find_negative_balances]
regexp = ^CFX[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]$
folder_out = .
find_negative_subject_es=Aviso: Saldo insuficiente
find_negative_subject_en=Warning: Insufficient funds
find_negative_file_es=find_negative_template_es.txt
find_negative_file_en=find_negative_template_en.txt
[loggers]
keys=root
level=NOTSET
[handlers]
#keys=file,screen
keys=file
[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=('./bulk_tenant_cirrusflex.log',)
[handler_screen]
class=StreamHandler
formatter=simpleFormatter
level=DEBUG
args=(sys.stdout,)