Question about Postgres passwords variable being a hash
aprovatte
HOBBYOP
2 months ago
Im now facing a problem where i dont know if the password variable in postgres is actually a randomly generated password or if its just a hash
1 Replies
Railway
BOT
2 months ago
The PGPASSWORD variable on a Railway Postgres service is a randomly generated password, not a hash. It looks like a long alphanumeric string, but it is the actual plaintext password used to authenticate with the database. You can use it directly in your connection strings or reference it from other services via ${{Postgres.PGPASSWORD}}.
Status changed to Awaiting User Response Railway • about 2 months ago
Status changed to Solved aprovatte • about 2 months ago