Skip to content

Evaluate proper design for configurations and settings #445

@gtrevisan

Description

@gtrevisan

at present, there is some confusion between:

  • configuration-based settings (eg generic config, or machine-specific test shots and columns), and
  • code-based settings (eg default function arguments).

we should probably design this a bit better with maximum flexibility in mind.
I'm leaning towards making everything config-based, including, eg:

  • log setting defaults,
  • output setting defaults,
  • nickname setting defaults,

most stuff could then be trivially overridden at runtime by dynaconf's env vars logic.

there might still be some complications, so a proper functional analysis is necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions