Skip to content

Commit

Permalink
feat: updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 18, 2024
1 parent 86d72e2 commit 137ebe7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ lean_time = {
"LEAN_EMAIL_SMTP_SECURE": SMTP_ENCRYPTION,
"LEAN_EMAIL_SMTP_SSLNOVERIFY": 'false',
"LEAN_EMAIL_SMTP_PORT": SMTP_PORT,
"LEAN_APP_URL ": LEAN_APP_URL
"LEAN_APP_URL ": LEAN_APP_URL,
"APP_URL": LEAN_APP_URL,
}
agent.write_envfile("leantime.env", lean_time)
#agent.dump_env()

0 comments on commit 137ebe7

Please sign in to comment.