stacks-network / sbtc

Repo containing sbtc
GNU General Public License v3.0
288 stars 9 forks source link

[Feature]: Prepare a production-ready configuration file #715

Closed aldur closed 2 hours ago

aldur commented 1 month ago

Feature - Prepare a production-ready configuration file

1. Description

The current configuration (eg. https://github.com/stacks-network/sbtc/blob/68b18a477bf7e6530aca30f40588d2dd32814b34/signer/src/config/default.toml) optimizes for tests, not for production.

1.1 Context & Purpose

Before releasing to testnet, we should have a production-ready configuration and a test-specific configuration.

This issue tracks what is required.

2. Technical Details:

The production configuration should provide sane, secure defaults where possible and fail where others, required value have not been provided by the user.

2.1 Acceptance Criteria:

aldur commented 1 month ago

Related to https://github.com/stacks-network/sbtc/issues/429.

aldur commented 2 hours ago

Completed by #889