loremaster icon indicating copy to clipboard operation
loremaster copied to clipboard

Application Configuration

Open seanpmyers opened this issue 1 year ago • 0 comments

Application Configuration

Description

Ability to configure various parts of the application without updating the code directly.

Purpose

Having a way to configure parts of the application without changing the actual code is beneficial.
For example being able to configure the port that the application is running on for different environments such as local or production.

Resources

A list of resources, can be links

Version 1

Features

  • [x] Using a file with toml

Pull Requests

  • https://github.com/seanpmyers/loremaster/pull/70

Version 2

Features

  • [x] Using a file with ron

Pull Requests

  • https://github.com/seanpmyers/loremaster/pull/455

Options

This is where a list of options can be created.

  • Using a file with toml
  • Using a file with ron

seanpmyers avatar Jun 24 '23 13:06 seanpmyers