-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reCAPTCHA and mailservice integrated.
- Loading branch information
1 parent
a39334e
commit 49d52df
Showing
4 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,15 @@ BOT_SERVICE_TOKEN=xoxb-791472305859-913372508932-2CcYhaCRrTLDXzKc5Df9ZMUb | |
BOT_SERVICE_CHANNEL=CPLTQQQ0Y | ||
|
||
MONGO_USERNAME=in_sylva_mongoc | ||
MONGO_PASSWORD=v2kGBDUaGjXK2VuPyf5R64VS | ||
MONGO_PASSWORD=v2kGBDUaGjXK2VuPyf5R64VS | ||
|
||
# Attention, you can generate reCAPTCHA_SECRET_KEY by following this link https://www.google.com/u/3/recaptcha/admin/site/ with In-Sylva gmail account that is named [email protected] | ||
IN_SYLVA_reCAPTCHA_SECRET_KEY=6LflFcoZAAAAAIRAgPSrwhsKQJ8TZjE4cdlLO5VJ | ||
|
||
IN_SYLVA_EMAIL=[email protected] | ||
IN_SYLVA_EMAIL_PASSWORD=pTMy=6+? | ||
IN_SYLVA_SMTP_HOST=smtp.gmail.com | ||
IN_SYLVA_SMTP_PORT=465 | ||
IN_SYLVA_SMTP_SECURE=true | ||
IN_SYLVA_EMAIL_TO=[email protected] | ||
IN_SYLVA_EMAIL_FROM=[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,6 +148,8 @@ export IN_SYLVA_SEARCH_PORT=$(grep IN_SYLVA_SEARCH_PORT ipconfig.txt| awk '{prin | |
export IN_SYLVA_SEARCH_HOST=$(grep IN_SYLVA_SEARCH_HOST ipconfig.txt| awk '{print $2}') | ||
export IN_SYLVA_SEARCH_PORT=$(grep IN_SYLVA_LOGIN_PORT ipconfig.txt| awk '{print $2}') | ||
export IN_SYLVA_SEARCH_HOST=$(grep IN_SYLVA_LOGIN_HOST ipconfig.txt| awk '{print $2}') | ||
# Attention, you can generate reCAPTCHA_site_key by following this link https://www.google.com/u/3/recaptcha/admin/site/ with In-Sylva gmail account that is named [email protected] | ||
export IN_SYLVA_reCAPTCHA_site_key="6LflFcoZAAAAABawkeag3uWRAdeFZ9uSB7vJoeTg" | ||
|
||
if [ "$MODE" == "dev" ]; then | ||
export IN_SYLVA_KEYCLOAK_HOST_FOR_LOGIN="${DOMAIN}:7000/keycloak" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters