-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
52 lines (35 loc) · 1.24 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
####################################################
# Add your configuration details only in this file #
####################################################
# Set the directory where you want to download the thumbnails, videos, and audio. This must be publicly accessible
download-directory: "temp"
# Enter your Google Server API Key Here
api-keys:
google: "****"
supported-sites:
# Set this to the value of the CRTV nllinktoken cookie which is set after logging in
crtv: ""
# Set to true if your server is setup for HTTPS (highly recommended)
force-https: false
# Set the from and reply-to field of all emails sent from AudioDidact.
# EX: "\"AudioDidact Administrator\"<[email protected]>"
email:
enabled: true
from: "\"AudioDidact Administrator\"<[email protected]>"
database:
always-check: true
##### MySQL #####
driver: "mysql"
user: "root"
password: ""
connection-string: "mysql:host=localhost;dbname=podtube;charset=utf8mb4"
##### END MySQL #####
##### SQLite #####
#driver: "sqlite"
#connection-string: "sqlite:database.sqlite"
##### END SQLite #####
##### MongoDB #####
#driver: "mongodb"
#connection-string: "mongodb://localhost:27017"
#database-name: "podtube"
##### END MongoDB #####