samchon / backend

A template repository for TypeScript backend server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor `Configuration` to be asynchronous

samchon opened this issue · comments

Change all constant values in the Configuration to be asynchronous functions that can be modified.

It's to enhancing re-usability and preparing external configuration files.