This repository was archived by the owner on Aug 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathconfig.yml
177 lines (147 loc) · 3.62 KB
/
config.yml
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
abuseDatabase:
driverClass: org.postgresql.Driver
user: postgres
password: postgres
url: jdbc:postgresql://127.0.0.1:5432/signal
accountDatabaseCrawler:
chunkSize: 1000
chunkIntervalMs : 8000
accountsDatabase:
driverClass: org.postgresql.Driver
user: postgres
password: postgres
url: jdbc:postgresql://127.0.0.1:5432/signal
apn:
sandbox: true
bundleId: test
keyId: test
teamId: test
signingKey: test
appConfig:
application: test
environment: test
configuration: test
awsAttachments:
accessKey: test
accessSecret: test
bucket: test
region: us-east-1
backupService:
userAuthenticationTokenSharedSecret: test
uri: redis://127.0.0.1:6379/
backupCaCertificate: test
cacheCluster:
urls:
- redis://127.0.0.1:6379/
cdn:
accessKey: test
accessSecret: test
bucket: signal
region: us-east-1
clientPresenceCluster:
urls:
- redis://127.0.0.1:6379/
directory:
client:
userAuthenticationTokenSharedSecret: # head -c 16 /dev/urandom | hexdump -ve '1/1 "%.2x"'
userAuthenticationTokenUserIdSecret: # head -c 16 /dev/urandom | hexdump -ve '1/1 "%.2x"'
sqs:
accessKey: test
accessSecret: test
queueUrls:
- https://sqs.region.amazonaws.com/id/name.fifo
server:
-
replicationName: test
replicationUrl: http://127.0.0.1:9090
replicationPassword: password
replicationCaCertificate: |
-----BEGIN CERTIFICATE-----
.....
-----END CERTIFICATE-----
gcm:
senderId: 12345
apiKey: test
gcpAttachments:
domain: dummy.com
email: [email protected]
maxSizeInBytes: 1000000
pathPrefix: /
rsaSigningKey: "-----BEGIN RSA PRIVATE KEY-----\n ..... \n-----END RSA PRIVATE KEY-----\n"
keysDynamoDb:
region: us-east-1
tableName: test
messageCache:
cluster:
urls:
- redis://127.0.0.1:6379/
messageDynamoDb:
region: us-east-1
tableName: test
metricsCluster:
urls:
- test
micrometer:
uri: proxy://localhost:2878
paymentsService:
userAuthenticationTokenSharedSecret: test
fixerApiKey: test
paymentCurrencies:
- USD
pubsub:
url: redis://127.0.0.1:6379/cache
replicaUrls:
- redis://127.0.0.1:6379/cacheReplica
push:
queueSize: 200
pushSchedulerCluster:
urls:
- redis://127.0.0.1:6379/
recaptcha:
secret: test
remoteConfig:
authorizedTokens:
- dummy
globalConfig:
dummy: dummy
server:
applicationConnectors:
- type: http
port: 8080
adminConnectors:
- type: http
port: 8081
storageService:
userAuthenticationTokenSharedSecret: test
uri: redis://127.0.0.1:6379/
storageCaCertificate: test
turn:
secret: secret# TURN server secret
uris:
- stun:example.com:3478
- stun:example.com:5349
- turn:example.com:3478?transport=udp
- turn:example.com:5349?transport=udp
twilio:
accountId: test
accountToken: test
nanpaMessagingServiceSid: test
messagingServiceSid: test
localDomain: example.com
iosVerificationText: "verification code is - %s"
androidNgVerificationText: "verification code is - %s"
android202001VerificationText: "verification code is - %s"
android202103VerificationText: "verification code is - %s"
genericVerificationText: "verification code is - %s"
unidentifiedDelivery:
certificate: test # java -jar TextSecureServer.jar certificate -ca
privateKey: test # java -jar TextSecureServer.jar certificate --key priv_key_from_step_above --id key_ID
expiresDays: 365
voiceVerification:
url: https://example.com
locales:
- en
zkConfig:
serverSecret: test # java -jar TextSecure.jar zkparams
serverPublic: test # java -jar TextSecure.jar zkparams
enabled: true