You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# DB Config
|
|
DB_HOST=
|
|
DB_USER=
|
|
DB_NAME=
|
|
DB_PASS=
|
|
|
|
# Application Config
|
|
PW_SALTROUNDS=10
|
|
COOKIE_SECRET=
|
|
EXTERNAL_URL=http://localhost:3000
|
|
|
|
# Api Keys
|
|
EASYPOST_API_KEY=
|
|
STRIPE_PUBLIC_KEY=
|
|
STRIPE_PRIVATE_KEY=
|
|
SENDGRID_KEY=
|