| 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 |
mvn package
python3 azure-deploy.py -d target/ --host ${AZURE_HOST} -u code-service\\${DEPLOY_USER}