瀏覽代碼
Remove SECRET_KEY from env file
Fixes #785
main
Guillaume Vincent
1 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 2F5D4A32E293E1D0
共有
1 個檔案被更改,包括
0 行新增 和
1 行删除
-
containers/.env
|
|
@@ -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 |
|
|
|