Aidbox required environment variables
AIDBOX_PORT=<port>
A port that web server will listen to.
AIDBOX_FHIR_VERSION=<fhir version>
<fhir version>
is one of: 1.0.2
, 1.4.0
, 1.8.0
, 3.0.1
, 3.2.0
, 3.3.0
, 4.0.0
, 4.0.1
.PGHOST=<PostgreSQL server hostname>
Aidboxdb host address.
PGPORT=<PostgreSQL server port>
Aidboxdb port.
PGDATABASE=<PostgreSQL database name>
Name of the database that is used to store resources.
postgres
database name is not supported. Use AIDBOX_AIDBOX_DB
environment variable if you really need to set postgres
to be the database for Aidbox.PGUSER=<PostgreSQL role name>
Database role name to use.
PGPASSWORD=<PostgreSQL role password>
A password of that role.
AIDBOX_CLIENT_ID=<Aidbox Client resource id>
Root Client resource id to create on startup.
AIDBOX_CLIENT_SECRET=<Secret for the client defined with AIDBOX_CLIENT_ID>
A secret for that Client.
AIDBOX_ADMIN_ID=<Aidbox administrator User resource id>
Root User resource id to create on startup.
AIDBOX_ADMIN_PASSWORD=<Password for the Aidbox administrator>
A password for that User.
AIDBOX_LICENSE=<license jwt>
License JWT obtained from the license server.
Last modified 7mo ago