-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example
90 lines (90 loc) · 2.01 KB
/
config.example
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
:site:
:host: localhost:7143
:domain: localhost
:ssl: false
# NOTE Once the secret is set, do not change it (keep a backup offsite)
:secret: CHANGEME
:redis:
:uri: 'redis://redis:6379/0?timeout=10&thread_safe=false&logging=false'
:config: /etc/redis/redis.conf
:colonels:
# Accounts created with the following email addresses
# are automatically considered admins of the system.
:emailer:
:mode: :sendgrid
:account: CHANGEME
:password: CHANGEME
:from: [email protected]
:fromname: CHANGEME
:bcc:
# Use the following email config to enable SMTP
# support and remove the :emailer config above.
#:emailer:
# :mode: :smtp
# :from: [email protected]
# :host: localhost
# :port: 587
# :tls: true
# :user:
# :pass:
# :auth: plain
:incoming:
# Intended for use by IT support teams who need someone to send them
# sensitive info. The email address is where the secret
# link is sent. Passphrase is used to protect the secret.
# The regex used to ensure the ticket number is valid.
# See: https://onetimesecret.com/incoming
:enabled: false
:email: [email protected]
:passphrase: CHANGEME
:regex: \A[a-zA-Z0-9]{6}\z
:locales:
- en
- es
- de
- nl
- ru
- cs
- fr
- bg
- tr
- ca_ES
- pt_BR
- pl
:unsupported_locales:
- pt
- jp
- cn
- it
:stathat:
:enabled: false
:apikey: CHANGEME
:default_chart: CHANGEME
:text:
:nonpaid_recipient_text: 'You need to create an account!'
:paid_recipient_text: 'Send the secret link via email'
:limits:
:create_secret: 250
:create_account: 10
:update_account: 10
:email_recipient: 50
:send_feedback: 10
:authenticate_session: 5
:homepage: 500
:dashboard: 1000
:failed_passphrase: 5
:show_metadata: 1000
:show_secret: 1000
:burn_secret: 1000
#:split_tests:
# :initial_pricing:
# - - basic_v1
# - professional_v1
# - agency_v1
# - - basic_v1
# - professional_v2
# - agency_v1
# - - basic_v1
# - professional_v2
# - agency_v2