1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00

Update .env

This commit is contained in:
hack3r-0m 2020-10-26 08:43:41 -07:00 committed by GitHub
parent 934715e16d
commit e001a1cf9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.env
View file

@ -19,11 +19,11 @@ _APP_INFLUXDB_HOST=influxdb
_APP_INFLUXDB_PORT=8086
_APP_STATSD_HOST=telegraf
_APP_STATSD_PORT=8125
_APP_SMTP_HOST=smtp.sendgrid.net
_APP_SMTP_PORT=465
_APP_SMTP_SECURE=ssl
_APP_SMTP_USERNAME=<YOUR_USER_NAME>
_APP_SMTP_PASSWORD=<YOUR_API_KEY>
_APP_SMTP_HOST=maildev
_APP_SMTP_PORT=25
_APP_SMTP_SECURE=
_APP_SMTP_USERNAME=
_APP_SMTP_PASSWORD=
_APP_STORAGE_LIMIT=100000000
_APP_FUNCTIONS_TIMEOUT=900
_APP_FUNCTIONS_CONTAINERS=10