Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the appsettings.json to be defined via env variable CONFIG_DIR #300

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 25, 2024

  1. Allow the appsettings.json to be defined via env variable CONFIG_DIR

    This makes the usage via docker/kubernetes much easier since we can split the code and the data making the last one persisted in a volume.
    
    Example:
    `CONFIG_DIR="/app/data"`
    - All code is inside `/app`
    - database and config is inside `/app/data`
    - a new volume is mounted for `/app/data`
    
    Thanks!
    csobrinho authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    800f289 View commit details
    Browse the repository at this point in the history