Skip to content

Feature implement config file override for webqueue2api configs #46

Commits on Jul 14, 2021

  1. Added basic logic to check if the webqueue2api_config file exists in …

    …the root of the webqueue2api package directory and read the configurations from that file if so
    benne238 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    3ec46b8 View commit details
    Browse the repository at this point in the history
  2. Logic to overwrite the queue_directory if the configuration file cont…

    …ains a queue_directory in the parser section
    benne238 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    7dc383b View commit details
    Browse the repository at this point in the history
  3. Logic to overwrite the queues_to_ignore if it exists in the configura…

    …tion file under the parser section
    benne238 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    b11d2a8 View commit details
    Browse the repository at this point in the history
  4. Added logic to overwrite the environment variable if it exists in the…

    … config file under the api section
    benne238 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    e8115fc View commit details
    Browse the repository at this point in the history
  5. Added logic to overwrite the jwt_secret_key if the variable exists in…

    … the config file under the api section
    benne238 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    0a30503 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    462182d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1600b7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c4523f View commit details
    Browse the repository at this point in the history