revisi
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Database Configuration
|
||||
DB_HOST=host.docker.internal
|
||||
DB_HOST=db
|
||||
# DB_HOST=host.docker.internal
|
||||
DB_PORT=5432
|
||||
DB_USER=postgres
|
||||
DB_PASSWORD=gakbikinkembung25
|
||||
|
||||
@@ -68,10 +68,10 @@ func SendEmailToMultiple(to []string, subject, body string) error {
|
||||
smtpPort := os.Getenv("SMTP_PORT")
|
||||
|
||||
if from == "" {
|
||||
from = "asikmahdi@gmail.com"
|
||||
from = "careit565@gmail.com"
|
||||
}
|
||||
if password == "" {
|
||||
password = "njom rhxb prrj tuoj"
|
||||
password = "gkhz bjax uamw xydf"
|
||||
}
|
||||
if smtpHost == "" {
|
||||
smtpHost = "smtp.gmail.com"
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
[.ShellClassInfo]
|
||||
IconResource=C:\Users\rengginang\Desktop\CAREIT_V4\frontendcareit_v4\public\assets\LOGO_CAREIT.ico,0
|
||||
[ViewState]
|
||||
Mode=
|
||||
Vid=
|
||||
FolderType=Generic
|
||||
Reference in New Issue
Block a user