Initial upload of configurations
This commit is contained in:
12
vaultwarden/vaultwarden.env
Normal file
12
vaultwarden/vaultwarden.env
Normal file
@@ -0,0 +1,12 @@
|
||||
CONTAINER_NAME=vaultwarden
|
||||
PORT_HTTP=8082
|
||||
WEBVAULT_ENABLED=true
|
||||
|
||||
#allow new users to sign up and create an account (should be disabled after initial setup)
|
||||
SIGNUP_ALLOWED=false
|
||||
|
||||
#Token for the admin interface, preferably use a long random string
|
||||
#One option is to use 'openssl rand -base64 48'
|
||||
#If not set, the admin panel is disabled
|
||||
TOKEN=
|
||||
|
||||
Reference in New Issue
Block a user