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
Add notes for general clean up
these need to change to migrate to GCP
replace https://github.com/bcgov/sbc-auth/blob/main/auth-api/src/auth_api/config.py#L77
# POSTGRESQL if DB_UNIX_SOCKET := os.getenv("DATABASE_UNIX_SOCKET", None): SQLALCHEMY_DATABASE_URI = f"postgresql+psycopg2://{DB_USER}:{DB_PASSWORD}@/{DB_NAME}?host={DB_UNIX_SOCKET}" else: SQLALCHEMY_DATABASE_URI = f"postgresql://{DB_USER}:{DB_PASSWORD}@{DB_HOST}:{DB_PORT}/{DB_NAME}"
ENV PORT=8080 CMD gunicorn --bind 0.0.0.0:${PORT} --config /code/gunicorn_config.py wsgi:app
And change to use the port https://github.com/bcgov/sbc-auth/blob/main/auth-api/wsgi.py#L23
The text was updated successfully, but these errors were encountered:
Hey team! Please add your planning poker estimate with Zenhub @ochiu @rodrigo-barraza
Sorry, something went wrong.
sameer0422
No branches or pull requests
General cleanup
Add notes for general clean up
for GCP migration
these need to change to migrate to GCP
Database
replace https://github.com/bcgov/sbc-auth/blob/main/auth-api/src/auth_api/config.py#L77
Dockerfile
And change to use the port
https://github.com/bcgov/sbc-auth/blob/main/auth-api/wsgi.py#L23
The text was updated successfully, but these errors were encountered: