Closed elminster-aom closed 3 years ago
Found the typo at the end of _docs/envexample:
# Static variables, do NOT modify the lines below
POSTGRES_URI=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@p${POSTGRES_HOST}:${POSTGRES_PORT}/defaultdb?sslmode=${POSTGRES_SSL}
KAFKA_SERVICE_URI=${KAFKA_HOST}:${KAFKA_PORT}
Skeleton of POSTGRES_URI
has wrong p
before ${POSTGRES_HOST}
Typo in example env file that inserts bad charaters into kafka host, had to be corrected