Added .env file support more directly
This commit is contained in:
11
envSample
Normal file
11
envSample
Normal 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.
|
||||
Reference in New Issue
Block a user