8 lines
190 B
Bash
8 lines
190 B
Bash
# Dockhand credentials
|
|
<%- if database_type == 'postgres' %>
|
|
DATABASE_PASSWORD=<< database_password >>
|
|
<%- endif %>
|
|
<%- if encryption_key %>
|
|
ENCRYPTION_KEY=<< encryption_key >>
|
|
<%- endif %>
|