Skip to content

8451/code-service

Repository files navigation

code-service

Build Status Codacy Badge Coverage Status
forthebadge

Environment Variables

Environment Variable Description Example
CUSTOMCONNSTR_code-db The URI Connection String to connect to the Mongo Database mongodb://user:password@host:port
CODE_WEB_URI The base address for the Client Application (ng) http://code-web-ui.azurewebsites.net
CODE_DATABASE_NAME The space the environment is running in. prod
JWT_PRIVATE_KEY Private key in PKCS8 format none provided
JWT_PUBLIC_KEY Public key in X.509v3 format none provided

Deployment Instructions

mvn package
python3 azure-deploy.py -d target/ --host ${AZURE_HOST} -u code-service\\${DEPLOY_USER}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages