Explorar el Código

Remove SECRET_KEY from env file

Fixes #785
main
Guillaume Vincent hace 1 año
padre
commit
e1a12fc722
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 2F5D4A32E293E1D0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      containers/.env

+ 0
- 1
containers/.env Ver fichero

@@ -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


Cargando…
Cancelar
Guardar