We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gawatiprofiles tells me it connected to mongodb, but fails to bind to the configred port. apart from db connection, log stays silent.
NODE_ENV=production DATABASE=mongodb://localhost:27017/org_gawati_userprofiles PORT=9103
AWS_ACESSKEY=YOURAWSKEYIFUSED AWS_SECRETKEY=YOURAWSSECRETIFUSED AWS_BUCKET=YOURAWSBUCKETNAMEIFUSED AWS_REGION=YOURAWSREGIONNAMEIFUSED DEFAULT_PROFILE_IMAGE=default.png
FILESYSTEM_ROOT=.\profiles FILESYSTEM_UPLOAD_DIRECTORY=uploads
if it fails to bind, log should tell something about some failure and what to look for.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gawatiprofiles tells me it connected to mongodb, but fails to bind to the configred port. apart from db connection, log stays silent.
NODE_ENV=production
DATABASE=mongodb://localhost:27017/org_gawati_userprofiles
PORT=9103
AWS_ACESSKEY=YOURAWSKEYIFUSED
AWS_SECRETKEY=YOURAWSSECRETIFUSED
AWS_BUCKET=YOURAWSBUCKETNAMEIFUSED
AWS_REGION=YOURAWSREGIONNAMEIFUSED
DEFAULT_PROFILE_IMAGE=default.png
FILESYSTEM_ROOT=.\profiles
FILESYSTEM_UPLOAD_DIRECTORY=uploads
if it fails to bind, log should tell something about some failure and what to look for.
The text was updated successfully, but these errors were encountered: