summarylogtreecommitdiffstats
path: root/rockpass.conf
blob: 5f10e471d6db9c0c5a3976c0a34ee86bf1dcffce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SQLite database path (must be writable for lesspassgo user)
ROCKET_DATABASES='{rockpass = { url = "/var/lib/rockpass/rockpass.sqlite" }}'

# Secret key (unused but uncommented to avoid warnings)
ROCKET_SECRET_KEY="fIdKuZfnI2oUJg4HMrKB7RTXxXS5B2Yw9D5RpOaKciI="

# Listen host (default: "0.0.0.0")
#ROCKET_ADDRESS=127.0.0.1

# Listen port (default: 8000)
#ROCKET_PORT=8000

# Disable the possibility of create new accounts (default: true)
#ROCKET_REGISTRATION_ENABLED=false

# Set the life time of access token in seconds (default: 3600, 1 hour)
#ROCKET_ACCESS_TOKEN_LIFETIME=3600

# Set the life time of refresh token in seconds (default: 2592000, 30 days)
#ROCKET_REFRESH_TOKEN_LIFETIME=2592000

# Log level (default: critical)
#ROCKET_LOG_LEVEL=normal