generated from nathanwoodburn/python-webserver-template
All checks were successful
Build Docker / BuildImage (push) Successful in 1m0s
7 lines
171 B
Bash
7 lines
171 B
Bash
HSD_URL=localhost
|
|
HSD_NETWORK=main
|
|
HSD_API_KEY=your_api_key_here
|
|
SMTP_SERVER=smtp.hostname.com
|
|
SMTP_PORT=465
|
|
SMTP_USERNAME=noreply@email.au
|
|
SMTP_PASSWORD=Secretpassword123 |