mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-02 20:27:10 +01:00
add cipher/key
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
APP_DEBUG=1
|
APP_DEBUG=1
|
||||||
APP_URL=http://localhost:8000
|
APP_URL=http://localhost:8000
|
||||||
|
APP_KEY=SomeRandomStringSomeRandomString
|
||||||
|
APP_CIPHER=AES-256-CBC
|
||||||
DB_USERNAME=root
|
DB_USERNAME=root
|
||||||
DB_PASSWORD=pwd
|
DB_PASSWORD=pwd
|
||||||
DB_HOST=mysql
|
DB_HOST=mysql
|
||||||
|
|||||||
Reference in New Issue
Block a user