bldg14 / eventual

A simple event calendar
https://eventual-client.fly.dev
MIT License
0 stars 0 forks source link

Add configuration to server #31

Closed kevinfalting closed 1 year ago

kevinfalting commented 1 year ago

Issue Description

To deploy our server to different environments without changing the way the code is written, we need a way to supply configuration to the server when it runs.

I'm working on a configuration module for the server and once that's ready, let's add it to this project.

Supporting Documentation

No response

Implementation Details

Use the config module I'm writing to accomplish this. Some of the first candidates for configuration are what server addr to listen on. Eventually we'll have other pieces of configuration like database credentials and so on.

Acceptance Criteria

kevinfalting commented 1 year ago

The config module: https://github.com/kevinfalting/structconf