Orion
Detailed reference for Orion.
Configuration
The Orion server is configured using TOML. The following options are available.
Name
Tha Name
field is the name of the server.
GRPCAddress
GRPCAddress
determines the address on which the Orion GRPC server to listen.
Example Config
Name = "vega"
GRPCAddress = "tcp://127.0.0.1:8080"
DatastoreAddress = "postgres://orion:orion@127.0.0.1:5432/orion?sslmode=disable"
AuthenticatorAddress = "http://:arkeia@127.0.0.1:2080"
EnableDiscovery = true
[SecretStore]
Type = "native"
[SecretStore.Options]
Key = "2a2e05cfd5881e428e20aefba1b3058fd2103135b0de64776e5741eae6ad0bb8"
Datastore = "postgres://orion:orion@127.0.0.1:5432/orion?sslmode=disable"