abrenaut / posio

A multiplayer geography game using Websockets
https://posio.abrenaut.com/
MIT License
599 stars 60 forks source link

env variables #24

Open daemon-byte opened 1 month ago

daemon-byte commented 1 month ago

I am not a django or even python guy and I have been trying to figure out the correct env variables to set and failing miserably. Would it be possible to get an example in the readme? Or here even. Just as a guide for us clueless ones.

abrenaut commented 2 weeks ago

Hi @daemon-byte , can you describe the issue you're having when trying to run the project?

When running it locally you shouldn't need to set any environment variable. For a production deployment there are some env variables that need to be set, you can see the list in https://github.com/abrenaut/posio/blob/master/posio/settings.py