remove unneeded files, update secrets to add postal env var

This commit is contained in:
Amarpreet Minhas 2020-01-18 20:47:59 -05:00
parent 4aa812581f
commit cc2411f1c6
4 changed files with 1 additions and 7 deletions

View file

@ -1,4 +0,0 @@
export DB_PORT="5432"
export DB_USER="sudosci"
export DB_NAME="sudosci"
export DB_SSL="disable"

View file

@ -1 +0,0 @@
export DB_PW="CHANGEME"

View file

@ -1 +1,2 @@
export DB_PW="CHANGEME"
export POSTAL_API="POSTAL_API_KEY"

View file

@ -1,2 +0,0 @@
export API_PORT="8080"
export JWT_SECRET="CHANGEMEALSO"