mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-01 18:30:34 +00:00
Renaming: opaque->nopaque
This commit is contained in:
@ -72,7 +72,7 @@ echo "MAIL_SERVER=smtp.example.com" >> .env
|
||||
echo "MAIL_PORT=587" >> .env
|
||||
echo "MAIL_USE_TLS=true" >> .env
|
||||
# A user registering with this email address will automatically promoted as an admin.
|
||||
echo "OPAQUE_ADMIN=admin.opaque@example.com" >> .env
|
||||
echo "NOPAQUE_ADMIN=admin.opaque@example.com" >> .env
|
||||
# Absolut path to an existing directory to save all opaque files.
|
||||
echo "OPAQUE_STORAGE=/home/opaque/mnt/opaque" >> .env
|
||||
```
|
||||
|
Reference in New Issue
Block a user