Addapt pgadmin variables

This commit is contained in:
2025-04-04 11:20:38 +02:00
parent 2c964cfbee
commit b77f116bdf
6 changed files with 23 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
# Setup
## Cookie Secret
To generate a cookie secret execute:
```bash
ansible-vault encrypt_string "$(openssl rand -hex 16)"
```