-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_conf_template.txt
20 lines (14 loc) · 1.31 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# cat=Notification/enable/100; type=options[HipChat and Email (default)=2,HipChat only=3,Email only=1]; label=Notification: Define whether notifications are sent via both (email and HipChat message) or as HipChat message or email only
hipChatNotificationTransport = 2
# cat=HipChat API/enable/110; type=string; label=API Token: The default HipChat API-token to access the Rest API
hipChatDefaultApiToken =
# cat=HipChat API/enable/120; type=string; label=Default Room Name: The default room name to post HipChat messages to
hipChatDefaultRoomName = TYPO3 Login Notifications
# cat=HipChat API/enable/130; type=string; label=Default From Name: The from name used in notifications (1-15 chars)
hipChatDefaultFromName = TYPO3 Login
# cat=HipChat API/enable/140; type=string; label=API URL: The HipChat-Rest-API URL
hipChatApiEndpoint = https://api.hipchat.com
# cat=HipChat API/enable/150; type=string; label=API Version: HipChat API version to use (defaults to v1)
hipChatApiVersion = v1
# cat=HipChat API/enable/150; type=boolean; label=Verify SSL certificates: Only for TYPO3 < 6.2: Disable when curl spits back SSL verification errors (most likely due to outdated SSL CA bundle file on server. If you are able to, update that CA bundle!). In TYPO3 6.2 uses [HTTP][ssl_verify_peer] value from the Install Tool.
hipChatCurlVerifySsl = 1