-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
36 lines (36 loc) · 844 Bytes
/
Copy pathconfig.example.yaml
File metadata and controls
36 lines (36 loc) · 844 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
36
jsonLogger: false # structure logs in json
rateLimiting: true # enable rate limiting
baseURL: https://example.com # used as the issuer
port: 3000
keyStore: /etc/ellipsis/keys
sessionEncryptionKey: CHANGE_ME # used to encrypt session cookie
db:
sqlite:
enable: false
path: /var/lib/ellipsis/sqlite/data.db
mysql:
enable: false
user: notroot
password: not123
database: ellipsis
turso:
enable: false
database: turso db list
authToken: turso db tokens create database_name
providers:
google:
enable: false
clientID: CHANGE_ME
clientSecret: CHANGE_ME
github:
enable: false
clientID: CHANGE_ME
clientSecret: CHANGE_ME
s3:
region: AWS_REGION # change me
bucket: S3_BUCKET_NAME # change me
captcha:
turnstile:
enable: false
siteKey: CHANGE_ME
secretKey: CHANGE_ME