Skip to content

Commit

Permalink
fix the template file
Browse files Browse the repository at this point in the history
  • Loading branch information
nandajavarma committed May 20, 2024
1 parent 28c9886 commit 75723b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
5 changes: 4 additions & 1 deletion deployment/.env-template
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export EMAIL_USER=<the same email address as previously>
export MAIL_SERVER=<your mail server>
export MAIL_PORT=<the mail port of your mail server>
export EMAIL_PASSWORD=<your password>
export OWN_BRAND=false
export EU_SPECIFIC=false

# Secrets
export SECRET_KEY=<some long string>
Expand All @@ -21,5 +23,6 @@ export SITENAME=<the name of your site>
export SITE_TOPIC=<a brief description of the focus of your instance, to appear in the FAQ page>
export SEARCH_PLACEHOLDER=<a placeholder with some examples of what people can search for, will appear in main search bar>

export DOMAIN=mynicepearsdomain.com

export DOMAIN=yournicepearsdomain.com
export STAGE=production
25 changes: 0 additions & 25 deletions deployment/.env_template

This file was deleted.

0 comments on commit 75723b6

Please sign in to comment.