|
ORE Studio 0.0.4
|
All of the configuration options required by the service. More...
#include <options.hpp>

Public Attributes | |
| std::optional< ores::logging::logging_options > | logging |
| Configuration options related to logging, if any. | |
| ores::nats::config::nats_options | nats |
| Configuration related to NATS transport. | |
| ores::database::database_options | database |
| Configuration related to database operations. | |
| std::string | jwt_private_key |
| RSA private key PEM for signing JWT tokens (RS256). | |
All of the configuration options required by the service.
| std::string jwt_private_key |
RSA private key PEM for signing JWT tokens (RS256).
Read from ORES_IAM_SERVICE_JWT_PRIVATE_KEY environment variable or –jwt-private-key command-line option. Must be a valid RSA private key in PEM format.