Initial commit after extraction

This commit is contained in:
Ryan McGrath 2018-07-20 15:42:02 -07:00
commit 80ba54e4ef
No known key found for this signature in database
GPG key ID: 811674B62B666830
43 changed files with 3865 additions and 0 deletions

6
example.env Normal file
View file

@ -0,0 +1,6 @@
# SENTRY_DSN=""
# BIND_TO="127.0.0.1:17000"
# SECRET_KEY="generate w/ openssl rand -base64 32"
# DATABASE_URL=""
# REDIS="localhost:6379"
# POSTMARK=""