Added .env files to stacks
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
#General Settings
|
||||
ADMIN_TOKEN='HFoztERqAoXreBf7yM0NPbKhTguKoVDpKm4NIWVhiegIbuZKAzhr1ITTJdyCIFII' # randomly generated string of characters, for example running openssl rand -base64 48
|
||||
#//Refer https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token
|
||||
# randomly generated string of characters, for example running openssl rand -base64 48
|
||||
ADMIN_TOKEN='HFoztERqAoXreBf7yM0NPbKhTguKoVDpKm4NIWVhiegIbuZKAzhr1ITTJdyCIFII' #//Refer https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token
|
||||
|
||||
WEBSOCKET_ENABLED=true
|
||||
SIGNUPS_ALLOWED=false ##change to false once create the admin account
|
||||
#DOMAIN=https://bitwarden.example.com #replace example.com with your domain
|
||||
SIGNUPS_ALLOWED=false #change to false once create the admin account
|
||||
DOMAIN='https://vaultwarden.ramberg.net' #replace example.com with your domain
|
||||
|
||||
# SMTP server configuration
|
||||
|
||||
Reference in New Issue
Block a user