Axyon
Home
Learn
Install
  • Orion
  • Stargate
  • Fusion
  • Nova
Home
Learn
Install
  • Orion
  • Stargate
  • Fusion
  • Nova
  • Installation

    • Axyon System Control
    • Manual Deployment

      • Overview
      • Authentication
    • CLI
  • Introduction

    • Overview
  • Components

    • Overview
    • Arkeia
    • Orion
    • Stargate
    • Fusion
    • Nova
  • Guides

    • Overview
    • Orion

      • Getting Started
      • Orion Agents
      • Our First Service
  • Applications

    • Axyon Application Images
    • Building Axyon Applications
  • Reference

    • Overview
    • Axyon CLI
    • Orion
    • App VM
    • Axyon OS
  • Help

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"

Usage

Prev
Axyon CLI
Next
App VM