tdmalone / slackemon

Inspired by Pokémon Go, now you can catch and battle Pokémon with your teammates on Slack!
GNU General Public License v3.0
10 stars 3 forks source link

Make optional settings changeable via environment variables #17

Closed tdmalone closed 7 years ago

tdmalone commented 7 years ago

Following the move to using environment variables, there are some optional settings that can no longer be easily adjusted by users.

These probably need to be moved to config.php and amalgamated into the get_env() structure.

tdmalone commented 7 years ago

Fixed on develop.