feat: add Go microservice, Dockerfile, docker-compose, and API submission endpoint
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Server Port & Configuration
|
||||
PORT=8080
|
||||
WEB_DIR=public
|
||||
|
||||
# SMTP Configuration
|
||||
SMTP_HOST=mail.example.com
|
||||
SMTP_PORT=587
|
||||
SMTP_USER=user@example.com
|
||||
SMTP_PASS=secretpassword
|
||||
|
||||
# Email Addresses
|
||||
TO_EMAIL=destination@example.com
|
||||
FROM_EMAIL=sender@example.com
|
||||
Reference in New Issue
Block a user