.env
This commit is contained in:
parent
26bd005fe6
commit
44113c0ca4
21
.env
Normal file
21
.env
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Server port
|
||||||
|
PORT=3000
|
||||||
|
|
||||||
|
# MariaDB connection
|
||||||
|
DB_CLIENT=mysql
|
||||||
|
DB_HOST=0.0.0.0
|
||||||
|
DB_PORT=3307
|
||||||
|
DB_USER=joshbaney
|
||||||
|
DB_PASSWORD=Ran0dal5!
|
||||||
|
DB_NAME=heatmap
|
||||||
|
|
||||||
|
#AWS s3
|
||||||
|
S3_BUCKET_URL=https://s3.amazonaws.com/bwi2temps/trends
|
||||||
|
|
||||||
|
# Slack & AWS creds
|
||||||
|
SLACK_WEBHOOK_URL=https://hooks.slack.com/triggers/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
|
||||||
|
AWS_ACCESS_KEY_ID=ihya/m4CONlywOPCNER22oZrbOeCdJLxp3R4H3oF
|
||||||
|
AWS_SECRET_ACCESS_KEY=AKIAQ3EGSIYOYP4L37HH
|
||||||
|
AWS_REGION=us-east-2
|
||||||
|
S3_BUCKET_NAME=bwi2temps
|
||||||
|
S3_BASE_URL=https://s3.amazonaws.com/bwi2temps/
|
Loading…
x
Reference in New Issue
Block a user