Skip to content

Commit

Permalink
Fix typo (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
absis committed Aug 12, 2024
1 parent dd0d960 commit c343fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/pages/docs/deploying/railway.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ https://github.com/joshstevens19/rindexer/tree/master/providers/railway
```

- then open the service "Variables" tab and click on "Add Variable Reference" and select `DATABASE_URL`,
- postfix `?sslmode=diable` to the end of the value. It should look like this: `${{Postgres.DATABASE_URL}}?sslmode=disable`,
- postfix `?sslmode=disable` to the end of the value. It should look like this: `${{Postgres.DATABASE_URL}}?sslmode=disable`,
- hit "Deploy" or Shift+Enter.

6. Create a domain to access GraphQL Playground
Expand Down

0 comments on commit c343fd1

Please sign in to comment.