-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathexample_config.toml
More file actions
42 lines (36 loc) · 936 Bytes
/
example_config.toml
File metadata and controls
42 lines (36 loc) · 936 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
37
38
39
40
41
42
[madrone]
host = "localhost"
os_user = "root"
db_user = "postgres"
# leave password blank if you are using a passwordless database
db_password = ""
db = "madrone"
[apple]
# Only needed for downloading iOS IPAs to decompile
email = "xxx"
password = "xxx"
keychain_passphrase = "xxx"
[s3]
bucket = "bucket-name"
host = "s3.us-west-01.host.com"
access_key_id = "access-key-id"
secret_key = "secret-key"
region_name = "us-west-01"
# This is an example of a self hosted S3 bucket
# [s3]
# bucket = "adscrawler"
# host = "192.168.1.100"
# os_user = "remoteuser"
# ssh_pkey = "/home/localuser/.ssh/mykey"
# ssh_pkey_password = "my_ssh_key_password"
# ssh_port = 8811 # optional
# remote_port = 3900
# access_key_id = "remote_access_key_id"
# secret_key = "remote_secret_key"
# region_name = "garage"
[crawl-settings]
short_update_days = 1
short_update_installs = 1000
short_update_ratings = 100
long_update_days = 2
max_recrawl_days = 15