Files
Compose-Files/Docker/dockhand/files/.env
T
2026-07-20 09:23:17 -04:00

8 lines
190 B
Bash

# Dockhand credentials
<%- if database_type == 'postgres' %>
DATABASE_PASSWORD=<< database_password >>
<%- endif %>
<%- if encryption_key %>
ENCRYPTION_KEY=<< encryption_key >>
<%- endif %>