#Cannot get my server up
9 messages · Page 1 of 1 (latest)
is the ip and port you are hiding private or public?
post it
do you have a legacy database?
you are likely still trying to connect to the legacy database
what environment variables do you use in code to connect to the database?
ill set you up with the right variables, i just need to know what your code uses from database environment variables
id recommend just using a connectionString
then on your service you will only need this database variable
DATABASE_URL=${{Postgres.DATABASE_PRIVATE_URL}}