10 lines
247 B
Bash
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 %>
|