remove unneeded files, update secrets to add postal env var
This commit is contained in:
parent
4aa812581f
commit
cc2411f1c6
4 changed files with 1 additions and 7 deletions
|
@ -1,4 +0,0 @@
|
||||||
export DB_PORT="5432"
|
|
||||||
export DB_USER="sudosci"
|
|
||||||
export DB_NAME="sudosci"
|
|
||||||
export DB_SSL="disable"
|
|
|
@ -1 +0,0 @@
|
||||||
export DB_PW="CHANGEME"
|
|
|
@ -1 +1,2 @@
|
||||||
export DB_PW="CHANGEME"
|
export DB_PW="CHANGEME"
|
||||||
|
export POSTAL_API="POSTAL_API_KEY"
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
export API_PORT="8080"
|
|
||||||
export JWT_SECRET="CHANGEMEALSO"
|
|
Reference in a new issue