hashgraph / hedera-block-node

New Block Node services
Apache License 2.0
1 stars 0 forks source link

Add Configuration from `application.yaml` properties file with default values. #33

Open AlfredoG87 opened 2 weeks ago

AlfredoG87 commented 2 weeks ago

Problem

Currently Helidon is not picking up properties from properties.yaml file, we need to include this file from resources and override them with application.yaml values if specified.

Properties on application.yaml should contain the default values.

Solution

Figure out a loading mechanism that allows us to load default values from yaml, and override only the ones explicitly defined as ENVIRONMENT variables

Alternatives

No response