This repository has been archived on 2023-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
sudoscientist-go-backend/settings/website.env-sample

5 lines
133 B
Text
Raw Normal View History

2019-04-14 03:38:51 +00:00
export API_PORT="8080"
export EMAIL_SECRET="CHANGEMEALSOPLS"
2019-04-14 03:38:51 +00:00
export JWT_SECRET="CHANGEMEALSO"
export POSTAL_API="https://POSTAL_URL"