mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-03 04:57:37 +03:00
8 lines
No EOL
341 B
Text
8 lines
No EOL
341 B
Text
NODE_ENV=production #if set to development, morgan middleware will log every request
|
|
PORT=3000 # if unset, default back to 3000
|
|
|
|
#optional properties. default shown. comment out by removing # to enable them.
|
|
|
|
#user agent and accept header that quora will see
|
|
#AXIOS_USER_AGENT='axios/0.26.1'
|
|
#AXIOS_ACCEPT='application/json, text/plain, */*' |