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

10 lines
247 B
Bash

# Passbolt credentials
DATABASE_USER=<< database_user >>
DATABASE_PASSWORD=<< database_password >>
<%- if email_username %>
EMAIL_USERNAME=<< email_username >>
<%- endif %>
<%- if email_password %>
EMAIL_PASSWORD=<< email_password >>
<%- endif %>