From 78bb8bcff859df26586bee15b05eda8c98aba4fb Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:33:46 +0600 Subject: [PATCH] Update content/400-pulse/250-database-setup/300-railway.mdx Co-authored-by: Nikolas --- content/400-pulse/250-database-setup/300-railway.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/400-pulse/250-database-setup/300-railway.mdx b/content/400-pulse/250-database-setup/300-railway.mdx index 582bdd632c..26bd590ede 100644 --- a/content/400-pulse/250-database-setup/300-railway.mdx +++ b/content/400-pulse/250-database-setup/300-railway.mdx @@ -31,7 +31,7 @@ The template consists of two [services](https://docs.railway.app/reference/servi ```terminal no-copy All done please restart the database and delete this service. Here is the DATABASE_URL - postgres://postgres:123456@127.0.0.1:5432/dummy + postgresql://postgres:password@roundhouse.proxy.rlwy.net:28606/railway ``` > **Note**: > The `DATABASE_URL` can also be found by clicking on the **Postgres** Service and navigating to the **Variables** tab, then clicking the copy icon next to `DATABASE_URL` environment variable value.