OpenC3/cosmos

View on GitHub
examples/hostinstall/centos7/openc3_env.sh

Summary

Maintainability
Test Coverage
#!/bin/sh
set -eux

export NOKOGIRI_USE_SYSTEM_LIBRARIES=1

export RUBYGEMS_URL=https://rubygems.org
export NPM_URL=https://registry.npmjs.org

export SECRET_KEY_BASE=bdb4300d46c9d4f116ce3dbbd54cac6b20802d8be1c2333cf5f6f90b1627799ac5d043e8460744077bc0bd6aacdd5c4bf53f499a68303c6752e7f327b874b96a
export OPENC3_REDIS_HOSTNAME=localhost
export OPENC3_REDIS_PORT=6379
export OPENC3_REDIS_EPHEMERAL_HOSTNAME=localhost
export OPENC3_REDIS_EPHEMERAL_PORT=6380
export OPENC3_BUCKET_URL=http://localhost:9000

export OPENC3_REDIS_USERNAME=openc3
export OPENC3_REDIS_PASSWORD=openc3password

export OPENC3_BUCKET_USERNAME=openc3minio
export OPENC3_BUCKET_PASSWORD=openc3miniopassword

export OPENC3_SR_REDIS_USERNAME=scriptrunner
export OPENC3_SR_REDIS_PASSWORD=scriptrunnerpassword
export OPENC3_SR_BUCKET_USERNAME=scriptrunnerminio
export OPENC3_SR_BUCKET_PASSWORD=scriptrunnerminiopassword

export OPENC3_TAG=latest

export OPENC3_DEMO=1

export RUBYLIB=/openc3/lib
export OPENC3_PATH=/openc3