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

Add default configuration values #316

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jul 24, 2020

  1. Add default configuration values

    Address issue letsencrypt#297
    AdamBark committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    f933203 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    6bdc6f1 View commit details
    Browse the repository at this point in the history
  2. Update cmd/pebble/main.go

    Co-authored-by: Aaron Gable <[email protected]>
    AdamBark and aarongable authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    6f83814 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Add check for default config existence

    If default config exists try to read it into the config structure else
    return a blank config.
    AdamBark committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    193f076 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Update default config naming

    AdamBark committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    9590ec4 View commit details
    Browse the repository at this point in the history