Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Add .env file example
Browse files Browse the repository at this point in the history
  • Loading branch information
KGOH committed Sep 3, 2021
1 parent 94f66d4 commit 91d86b8
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# postgres image to run
PGIMAGE=healthsamurai/aidboxdb:13.2

# aidbox image to run
# AIDBOX_IMAGE=healthsamurai/devbox:stable
AIDBOX_IMAGE=healthsamurai/devbox:edge

# license details

AIDBOX_LICENSE_ID=<your-license-id>
AIDBOX_LICENSE_KEY=<your-license-key>

# Client to create on start up
AIDBOX_CLIENT_ID=root
AIDBOX_CLIENT_SECRET=secret

# root user to create on start up

AIDBOX_ADMIN_ID=admin
AIDBOX_ADMIN_PASSWORD=secret

# port to run webserver at
AIDBOX_PORT=8888

AIDBOX_FHIR_VERSION=4.0.0

# db connection params
PGPORT=5432
PGHOSTPORT=5437
PGUSER=postgres
PGPASSWORD=postgres
PGDATABASE=devbox

0 comments on commit 91d86b8

Please sign in to comment.