11 lines
311 B
Plaintext
11 lines
311 B
Plaintext
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. |