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

build refactor: replace config.ini with environment variables (via single .env file) and fix templating issues #696

Merged
merged 4 commits into from
Feb 22, 2024

Commits on Feb 15, 2024

  1. build: replace config.ini with single .env, fix templating

    attempts to consolidate all app configuration into environment variables
    
    .env is created from a template and generated secrets are placed in, all
    variables defined in .env are then fed into the server container via
    env_file in docker-compose.yml. The django settings module then reads
    from os.getenv() rather than configparser
    
    resolves comses/planning#145
    sgfost committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7801b11 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    074ca1d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    17e84ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3e0449 View commit details
    Browse the repository at this point in the history