add env and readme for configuring admin
This commit is contained in:
@ -6,6 +6,13 @@ DOMAIN=cryptpad.example.com
|
||||
# This is a separate domain for the secure side of Cryptpad. It can be any other domain (subdomain or separate domain)
|
||||
SANDBOX_DOMAIN=sandbox.cryptpad.example.com
|
||||
|
||||
# CRYPTPAD_ADMIN_KEYS
|
||||
## here is an example of the format for one single key
|
||||
# CRYPTPAD_ADMIN_KEYS= '"[user1@cryptpad.cctest.autonomic.zone/zew-WaKZimxhNSL3iiVL8SCzVzPB8KhIxZNrRKn+uRo=]",'
|
||||
## here is an example of the format for multiple keys (including here because it was confusing to me)
|
||||
# CRYPTPAD_ADMIN_KEYS='"[user1@cryptpad.cctest.autonomic.zone/zew-WaKZimxhNSL3iiVL8SCzVzPB8KhIxZNrRKn+uRo=]","[user2@cryptpad.cctest.autonomic.zone/Z7agNvwPXHm9xuEYOYV2YY53fSofgzum86xvhUxJ4nU=]",'
|
||||
|
||||
|
||||
## Domain aliases
|
||||
#EXTRA_DOMAINS=', `www.cryptpad.example.com`'
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
Reference in New Issue
Block a user