-
-
Save Mukhammadamin2002/5524a1636608f6729bf1675d3c9b03f3 to your computer and use it in GitHub Desktop.
All environmental variables that are needed in Prod-Server are stored here
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POSTGRES_PORT= | |
POSTGRES_HOST= | |
USER_SERVICE_POSTGRES_DB= | |
USER_SERVICE_POSTGRES_USER= | |
USER_SERVICE_POSTGRES_PASSWORD= | |
AUTH_SERVICE_POSTGRES_DB= | |
AUTH_SERVICE_POSTGRES_USER= | |
AUTH_SERVICE_POSTGRES_PASSWORD= | |
INQUIRY_SERVICE_POSTGRES_DB= | |
INQUIRY_SERVICE_POSTGRES_USER= | |
INQUIRY_SERVICE_POSTGRES_PASSWORD= | |
BILLING_SERVICE_POSTGRES_DB= | |
BILLING_SERVICE_POSTGRES_USER= | |
BILLING_SERVICE_POSTGRES_PASSWORD= | |
BILLING_SERVICE_HOST= | |
BILLING_SERVICE_PORT= | |
PASSCODE_POOL= | |
PASSCODE_LENGTH= | |
AUTH_SERVICE_SECRET_KEY= | |
AUTH_SERVICE_HOST= | |
USER_SERVICE_HOST= | |
INQUIRY_SERVICE_HOST= | |
MINIO_ACCESS_KEY= | |
MINIO_SECRET_KEY= | |
QUESTIONARY_SERVICE_HOST= | |
RABBITMQ_HOST= | |
RABBITMQ_PORT= | |
RABBITMQ_ERLANG_COOKIE= | |
RABBITMQ_DEFAULT_USER= | |
RABBITMQ_DEFAULT_PASS= | |
NEO4J_HOST= | |
NEO4J_PORT= | |
NEO4J_USER= | |
NEO4J_PASSWORD= | |
MINIO_ENDPOINT= | |
MONGO_HOST= | |
MONGO_PORT= | |
QUESTIONARY_RESPONSE_MONGO_USER= | |
QUESTIONARY_RESPONSE_MONGO_PASSWORD= | |
QUESTIONARY_RESPONSE_MONGO_DB= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment