Files
Compose-Files/Docker-Compose/dockhand/files/.env
T
2026-07-23 19:38:14 -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 %>