-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfigs.properties.example
More file actions
35 lines (31 loc) · 967 Bytes
/
configs.properties.example
File metadata and controls
35 lines (31 loc) · 967 Bytes
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
# Web server configs
webserver.http.port=4000
webserver.maxThreads=512
# Twitch config
twitch.user_url=https://api.twitch.tv/kraken/user
twitch.users_url=https://api.twitch.tv/kraken/users/
twitch.client_id=cs5900eog2wajva8rnvf2jtx6gazsvd
twitch.channels_url=https://api.twitch.tv/kraken/channels/
twitch.accept_header=application/vnd.twitchtv.v5+json
# BoneCP config
bonecp.idleConnectionTestPeriodInMinutes=1
bonecp.idleMaxAgeInMinutes=4
bonecp.maxConnectionsPerPartition=60
bonecp.minConnectionsPerPartition=1
bonecp.poolAvailabilityThreshold=10
bonecp.partitionCount=4
bonecp.acquireIncrement=5
bonecp.statementsCacheSize=50
bonecp.connectionTestStatement=SELECT 1
bonecp.lazyInit=true
# Email service configuration
mail.transport.protocol=smtp
mail.smtp.host=ssl0.ovh.net
mail.smtp.port=587
mail.smtp.auth=true
mail.smtp.auth.user=
mail.smtp.auth.password=
mail.from=
# RabbitMQ configuration
rabbitmq.active=true
rabbitmq.uri=amqp://test:test@localhost/ffs