0
0
mirror of https://github.com/signalapp/Signal-Server.git synced 2024-09-20 03:52:16 +02:00
Signal-Server/config/sample.yml

64 lines
1.3 KiB
YAML
Raw Normal View History

2017-06-06 17:22:46 +02:00
twilio: # Twilio gateway configuration
accountId:
accountToken:
numbers: # Numbers allocated in Twilio
- # First number
- # Second number
- # Third number
- # ...
- # Nth number
messagingServicesId:
localDomain: # Domain Twilio can connect back to for calls. Should be domain of your service.
push:
queueSize: # Size of push pending queue
redphone:
authKey: # Deprecated
turn: # TURN server configuration
secret: # TURN server secret
uris:
- stun:yourdomain:80
- stun:yourdomain.com:443
- turn:yourdomain:443?transport=udp
- turn:etc.com:80?transport=udp
cache: # Redis server configuration for cache cluster
url:
2013-12-09 08:11:09 +01:00
2017-06-06 17:22:46 +02:00
directory: # Redis server configuration for directory cluster
url:
2013-12-09 08:11:09 +01:00
2017-06-06 17:22:46 +02:00
messageStore: # Postgresql database configuration for message store
driverClass: org.postgresql.Driver
user:
password:
url:
2013-12-09 08:11:09 +01:00
2017-08-28 19:26:05 +02:00
attachments: # AWS S3 configuration
2017-06-06 17:22:46 +02:00
accessKey:
accessSecret:
2017-08-28 19:26:05 +02:00
bucket:
profiles: # AWS S3 configuration
accessKey:
accessSecret:
bucket:
region:
2013-12-09 08:11:09 +01:00
2017-06-06 17:22:46 +02:00
database: # Postgresql database configuration
driverClass: org.postgresql.Driver
user:
password:
2017-06-06 17:22:46 +02:00
url:
2013-12-09 08:11:09 +01:00
2017-06-06 17:22:46 +02:00
apn: # Apple Push Notifications configuration
bundleId:
pushCertificate:
pushKey:
2017-06-06 17:22:46 +02:00
gcm: # GCM Configuration
senderId:
apiKey: