session-service Environment Variables Variable Default Value Description POST 3921 The port this server listens on. POSTGRES_HOST 127.0.0.1:5432 The host of the postgres database. POSTGRES_DB postgres The postgres database used. POSTGRES_SCHEMA public The postgres database schema used. POSTGRES_USERNAME postgres The username to use for postgres connections. POSTGRES_PASSWORD postgres The password to use for postgres connections. USER_SERVICE_HOSTNAME 127.0.0.1 The hostname or ip address the user service is listening on. USER_SERVICE_PORT 5816 The port the user service is listening on.