Browse Source

Remove SECRET_KEY from env file

Fixes #785
main
Guillaume Vincent 1 year ago
parent
commit
e1a12fc722
No known key found for this signature in database GPG Key ID: 2F5D4A32E293E1D0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      containers/.env

+ 0
- 1
containers/.env View File

@@ -1,7 +1,6 @@
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
SECRET_KEY=azertyuiop
ALLOWED_HOSTS=.lesspass.local
DATABASE_ENGINE=django.db.backends.postgresql
DATABASE_NAME=postgres


Loading…
Cancel
Save