My question is simple. I want to set the game id "id" in my deployed copy of the hero, different from the one I have locally.
To do this, I followed this help page by running the 'heroku run play id' from my local computer. However, this did not work, as if I had run the same command again, it would tell me that the identifier is still empty.
So, I did a little research on StackOverflow and got this page in which I understand, according to the answer, that I can do this by changing the PLAY_OPTS variable, but I really don't understand ... So if someone could explain this to me, I would be very grateful!
Thank you very much in advance,
Pepillo
source share