Rozukai
Access project data inside of a railway service
Hi everyone,
Do you know if there is a way to access railway data from within a railway service? Or is it necessary to access it through the API using ProjectID and API Token as environment variables?
My question is more about security, specifically to prevent a malicious user from being able to change environment variables and corrupt the system.
5 replies
There is a way to update automatically env var when deploying ?
Hi,
Do you know if there is a way to update env var before running the auto deployment by Github push ?
I see that their is an API but request it every minutes is not very a good practice.
Do you know if there is a solution ?
5 replies
Error while connecting to database through private network
Hi everyone,
I just migrate my postgres database and thus change some environment variable.
I've set my database url to "postgres.railway.internal" as host but I got this error when running my app :
Do you know why ?
Have a good say 😉
16 replies
Namecheap SMTP return error
Hi everyone,
In my golang app, I try to connect to namecheap private email service using the specified settings here : https://www.namecheap.com/support/knowledgebase/article.aspx/1179/2175/general-private-email-configuration-for-mail-clients-and-mobile-devices/
But I got this error : 2023/12/19 15:05:59 read tcp 172.17.2.105:50178->198.54.122.135:465: read: connection reset by peer
Here is my golang code :
SMTP connexion can be done on Railway ?
12 replies