summarylogtreecommitdiffstats
path: root/rockpass.conf
diff options
context:
space:
mode:
authorÓscar García Amor2023-02-06 17:17:50 +0100
committerÓscar García Amor2023-02-06 17:17:50 +0100
commit08e39d02c5672ea255b6d7664f67e81ffdff5f2d (patch)
tree3e2aa3bae26adabce97c453804e90ddf43f3717b /rockpass.conf
parent68a5b167efb95f55d24128b8b971aef2eded38d4 (diff)
downloadaur-08e39d02c5672ea255b6d7664f67e81ffdff5f2d.tar.gz
upgpkg: rockpass 0.7.0-1
upstream release
Diffstat (limited to 'rockpass.conf')
-rw-r--r--rockpass.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/rockpass.conf b/rockpass.conf
deleted file mode 100644
index b70f68313378..000000000000
--- a/rockpass.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-# SQLite database path (must be writable for lesspassgo user)
-ROCKET_DATABASES='{rockpass = { url = "/var/lib/rockpass/rockpass.sqlite" }}'
-
-# 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