Skip to content

Commit

Permalink
feat: few changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 18, 2024
1 parent 2460eff commit c3ee6f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ SMTP_PASSWORD = smtp_settings['password']
SMTP_ENCRYPTION = smtp_settings['encrypt_smtp']
SMTP_TLSVERIFY = smtp_settings['tls_verify']

# MAILER_SMTP_HOST yes - Hostname of the SMTP server
# MAILER_SMTP_PORT 587 Port of the SMTP server
# MAILER_SMTP_USER yes - Username for the SMTP server
# MAILER_SMTP_PASSWORD yes - Password for the SMTP server
# MAILER_SMTP_FROM_EMAIL MAILER_SMTP_USER FROM email address
# MAILER_ENABLE_SSL false Enable SSL/TLS by setting to true
# MAILER_ENABLE_STARTTLS false Enable STARTTLS by setting to true
keila = {
"KEILA_USER": KEILA_USER,
"KEILA_PASSWORD": KEILA_PASSWORD,
Expand Down
2 changes: 0 additions & 2 deletions imageroot/systemd/user/keila-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ ExecStartPre=-runagent discover-smarthost
ExecStart=/usr/bin/podman run --conmon-pidfile %t/keila-app.pid \
--cidfile %t/keila-app.ctr-id --cgroups=no-conmon \
--pod-id-file %t/keila.pod-id --replace -d --name keila-app \
--volume keila-app:/var/www/html/:Z \
--volume ./config:/tmp:Z \
--env-file=%S/state/keila.env \
--env-file=%S/state/keila-db.env \
${KEILA_IMAGE}
Expand Down

0 comments on commit c3ee6f7

Please sign in to comment.