Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
ad6ca1e4c2
commit
29b5f93b21
9 changed files with 131 additions and 3 deletions
6
templates/db.env.j2
Normal file
6
templates/db.env.j2
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{ ansible_managed | comment }}
|
||||
POSTGRES_USER="{{ forgejo_db_username }}"
|
||||
POSTGRES_PASSWORD="{{ forgejo_db_password }}"
|
||||
POSTGRES_DB="{{ forgejo_db_database }}"
|
||||
POSTGRES_INITDB_ARGS="--data-checksums"
|
||||
POSTGRES_HOST_AUTH_METHOD=scram-sha-256
|
Loading…
Add table
Add a link
Reference in a new issue