elminster-aom / homeworks

Entertainment exercise for a basic web monitor
The Unlicense
1 stars 0 forks source link

Typo in example env #16

Closed elminster-aom closed 3 years ago

elminster-aom commented 3 years ago

Typo in example env file that inserts bad charaters into kafka host, had to be corrected

elminster-aom commented 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}