This repository was archived by the owner on Mar 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathconfig.toml
68 lines (57 loc) · 1.62 KB
/
config.toml
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
[api]
base_dir = "/dbhub.io"
bind_address = ":9444"
server_name = "docker-dev.dbhub.io:9444"
certificate = "/dbhub.io/docker/certs/docker-dev.dbhub.io.cert.pem"
certificate_key = "/dbhub.io/docker/certs/docker-dev.dbhub.io.key.pem"
request_log = "/var/log/dbhub/api_request.log"
session_store_password = "example2"
website_name = "DBHub.io"
[db4s]
server = "docker-dev.dbhub.io"
port = 5550
certificate = "/dbhub.io/docker/certs/docker-dev.dbhub.io.cert.pem"
certificate_key = "/dbhub.io/docker/certs/docker-dev.dbhub.io.key.pem"
ca_chain = "/dbhub.io/docker/certs/ca-chain-docker.cert.pem"
[diskcache]
directory = "/home/dbhub/.dbhub/disk_cache"
[environment]
environment = "test"
user_override = "default"
[event]
delay = 2
email_queue_processing_delay = 5
smtp2go_key = ""
[licence]
licence_dir = "/dbhub.io/default_licences"
[live]
node_name = ""
storage_dir = ""
[memcache]
default_cache_time = 2592000
server = "localhost:11211"
view_count_flush_delay = 120
[minio]
server = "localhost:9000"
access_key = "minio"
secret = "minio123"
https = false
[pg]
database = "dbhub"
num_connections = 5
port = 5432
server = "localhost"
ssl = false
username = "dbhub"
[sign]
cert_days_valid = 365
intermediate_cert = "/dbhub.io/docker/certs/intermediate-docker.cert.pem"
intermediate_key = "/dbhub.io/docker/certs/intermediate-docker.key.pem"
[web]
base_dir = "/dbhub.io"
bind_address = ":9443"
server_name = "docker-dev.dbhub.io:9443"
certificate = "/dbhub.io/docker/certs/docker-dev.dbhub.io.cert.pem"
certificate_key = "/dbhub.io/docker/certs/docker-dev.dbhub.io.key.pem"
request_log = "/var/log/dbhub/request.log"
session_store_password = "example"