Why doesn't
railway run
provide the public DB URL instead of the private one?
matan
PROOP

a month ago

How to use it properly?

1 Replies

dev
MODERATOR

a month ago

for context, railway run lets you run your code with the same environment variables as your project in Railway

the it might be using public db urls over private ones is because private ones wouldn't work in that scenario, because they're private (asn, cannot be used outside of Railway)

since the point of the excersize is running code outside of Railway, public db urls are used instead


Loading...