UncleKnowsBest
03/25/2025, 12:39 AM"Error connecting to PostgreSQL instance. Please make sure that PostgreSQL is running and that you have specified the correct values for ('postgresql_host' and 'postgresql_port') or for 'postgresql_connection_uri'"
My database config is below:
database:
# -- database uri (connection string),
uri: "rds-supertokens-proxy.proxy.region.rds.amazonaws.com"
# -- database name
name: supertokens
# -- database port
port: 5432
# -- database host
host: postgres.postgres
# -- database user
user: postgres
# -- database password
password: rds-password
Am I missing something in the config?