Sha256: 99aec6888f1e47cc013972e9972f7206b4acd395a25a811c0112e3dde9ac59ec
Contents?: true
Size: 530 Bytes
Versions: 2
Compression:
Stored size: 530 Bytes
Contents
#!/bin/bash export SVC_SHORT="rope-n-pi" export SVC_NAME="${SVC_SHORT}-svc" export SVC_DESCRIPTION="short description of: ${SVC_NAME}" export SVC_HOST_NAME=${SVC_NAME}.localhost export SVC_PORT=3000 export DB_HOST="${SVC_NAME}-db" export DB_NAME="${SVC_NAME}_db" export DB_USER="${SVC_NAME}_db_user" export DB_PASSWORD="MegaUltimatelySafeHyperPassword-ButPleaseDONTuseME!" export DB_EXPOSED_PORT=10654 export SWAGGER_ENDPOINT=https://${SVC_NAME}.localhost/api/v1/${SVC_SHORT}/describe export RUBY_IMAGE_VERSION=2.7.4-slim-buster
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ropen_pi-0.5.0 | examples/.envrc |
ropen_pi-0.4.0 | examples/.envrc |