1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 04:39:34 +05:30

(feat): added more environment variables

This commit is contained in:
2023-12-16 00:14:08 +05:30
parent 54495e29ae
commit c3a919fc7c
2 changed files with 17 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
#This is an example of secret environmental variables
#original environmental variable should be created with .env filename
DOMAIN = "Your Domain Name Here"
LOCAL_IP = "Your Local Development Server IP Here"
DB_HOST = "Your Database Host Name Here"
DB_USER = "Your Database Username Here"
DB_PASS = "Your Database Password Here"
@@ -10,4 +12,5 @@ SMTP_HOST = "Your SMTP Sender Host Name Here"
SMTP_USER = "Your SMTP Sender Username Here"
SMTP_PASS = "Your SMTP Sender Password Here"
SMTP_SENDTO = "Your Email Inbox Address to Receive Emails"
SMTP_PORT = 465
SMTP_PORT = 465
ANALYTICS_ID = "Your Google Analytics Tracking ID Here"