source-academy / stories-backend

Backend of Source Academy extension for Stories support.
0 stars 0 forks source link

Abstract environment variables into configuration type #1

Closed RichDom2185 closed 1 year ago

RichDom2185 commented 1 year ago

Use a config package to abstract away implementation of server configurations.

This paves the way for future extension of using more than just environment variables to dictate server behaviour (e.g. perhaps incorporating a config file as well).