generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add email capabilities to public comment page #656
- Loading branch information
1 parent
c24d327
commit 9327b72
Showing
4 changed files
with
89 additions
and
8 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Instructions: Create a .env file in the server directory. Copy and paste values from Google Docs. | ||
|
||
# Node server settings | ||
PORT= | ||
|
||
JWT_SECRET= | ||
|
||
# Shared Development Database - Azure | ||
SQL_SERVER_NAME= | ||
SQL_SERVER_PORT= | ||
SQL_DATABASE_NAME= | ||
SQL_USER_NAME= | ||
SQL_PASSWORD= | ||
SQL_ENCRYPT= | ||
|
||
# Local Development Database - Docker Container | ||
# Example for SQL Server Express on Docker | ||
# SQL_SERVER_NAME= | ||
# SQL_SERVER_INSTANCE | ||
# SQL_SERVER_PORT= | ||
# SQL_DATABASE_NAME= | ||
# SQL_USER_NAME= | ||
# SQL_PASSWORD= | ||
# SQL_ENCRYPT= | ||
|
||
# Local Development Database - Windows Native | ||
# SQL_SERVER_NAME= | ||
# SQL_SERVER_INSTANCE= | ||
# SQL_DATABASE_NAME= | ||
# SQL_USER_NAME= | ||
# SQL_PASSWORD= | ||
# SQL_ENCRYPT= | ||
|
||
# To support email interaction | ||
CLIENT_URL= | ||
SERVER_URL= | ||
SENDGRID_API_KEY= | ||
EMAIL_SENDER= | ||
|
||
# Email addresses for public comment | ||
EMAIL_PUBLIC_COMMENT_LA_CITY= | ||
EMAIL_PUBLIC_COMMENT_WEB_TEAM= | ||
|
||
# For metrics on Azure | ||
AZURE_INSIGHTS_INSTRUMENTATION_KEY=b04010da-8444-48d2-a8e1-fcc931a8330d |
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