Skip to content

Commit

Permalink
Define ADMIN_EMAIL and ADMIN_PASSWORD env for Initial User Automation
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Jul 12, 2024
1 parent 4fdb371 commit 33490e7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ app_config = {
"NEW_RELIC_LICENSE_KEY": "",
"GOTENBERG_URL": "http//gotenberg-app:3000",
"GOTENBERG_DOCS_URL": "http//server:3000/public/",
"ADMIN_EMAIL":"[email protected]",
"ADMIN_PASSWORD":"BigCapital",
**database_config,
**email_config,
}
Expand Down

0 comments on commit 33490e7

Please sign in to comment.