Sleep mode
I am using make file to run my application. However the sleepApplication here shows true by default. How can i turn it off?
Solution:Jump to solution
so you put the railway config inside the
/Apis
and then set the railway config file path to /Apis/railway.json
15 Replies
Project ID:
cf0406d5-ee00-4540-b2c9-35d6f23666ae
cf0406d5-ee00-4540-b2c9-35d6f23666ae
do you have a railway.json in your project?
Yes
But its not being used
I tried specificing sleepApplication as false there but doesn't help
is it in the root of the project when yu upload it?
yes
is the service set to the root directory
No. Its 1 level deeper
can you show me this thing
i believe that the railway config file path is relative
Solution
so you put the railway config inside the
/Apis
and then set the railway config file path to /Apis/railway.json
That works
Thanks