Added .env file support more directly

This commit is contained in:
2024-03-23 00:14:31 -05:00
parent 6dddc5799f
commit 0648dcb96c
5 changed files with 41 additions and 2 deletions

11
envSample Normal file
View File

@@ -0,0 +1,11 @@
PORT=8003
DEBUG=true
DOTENV_KEY=DotKey
EBAY_CLIENT_ID=EbayClientID
EBAY_CLIENT_SECRET=EbayClientSecret
EBAY_DEV_ID=EbayDevID
EBAY_REDIRECT_URI=EbayRedirectURI
#I'm not 100% on this, but I think the --env-file flag for docker containers should handle this. We just
#need to figure out how that gets consumed.