summarylogtreecommitdiffstats
path: root/prest.toml
blob: 46b942650311f9eba110881672a9c1d0423acdc0 (plain)
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
# migrations = "/var/lib/prest/migrations"

[http]
port = 3000

[jwt]
default = false
# key = "secret"
# algo = "HS256"

[pg]
# host = "127.0.0.1"
database = "postgres"
user = "postgres"
# pass = "mypass"
# port = 5432

# or
# URL = "postgresql://user:pass@localhost/mydatabase/?sslmode=disable"

# [ssl]
# mode = "disable"
# sslcert = "./PATH"
# sslkey = "./PATH"
# sslrootcert = "./PATH"