update .env.sample

This commit is contained in:
blu 2024-03-18 14:34:20 +01:00
parent 10391ffcd3
commit ff5060783e
Signed by: blu
GPG Key ID: 9DF47BD2E647A7D6
1 changed files with 5 additions and 4 deletions

View File

@ -1,9 +1,10 @@
##### START - essential values to be configured
##### *START* - ESSENTIAL VALUES TO BE CONFIGURED
DOMAIN="open-inventory.example.net"
APP_URL="https://open-inventory.example.net"
### obtain an APP_KEY via `/dev/urandom | head -c 32 | base64`, it looks like something like this: "jTYFZ/0b55r7UnGy2AKN9guSdqHyUl+iomf553Mrpd8="
APP_KEY=
##### END - essential values to be configured
# obtain an APP_KEY via `cat /dev/urandom | head -c 32 | base64`
APP_KEY="base64:yourGeneratedKeyHere"
##### *END* - ESSENTIAL VALUES TO BE CONFIGURED
TYPE=open-inventory
LETS_ENCRYPT_ENV=production