Web front end for Confirmation Statement service
In order to run the service locally you will need the following:
To checkout and build the service:
- Clone Docker CHS Development and follow the steps in the README.
- Run ./bin/chs-dev modules enable confirmation-statement
- Run ./bin/chs-dev development enable confirmation-statement-web (this will allow you to make changes).
- Run docker using "chs-dev up" in the docker-chs-development directory.
- Open your browser and go to page http://chs.local/confirmation-statement
These instructions are for a local docker environment.
| Key | Example Value | Description |
|---|---|---|
| CACHE_SERVER | redis | Required for storing values in memory |
| CDN_HOST | http://cdn.chs.local | Used when navigating to the webpage |
| COOKIE_DOMAIN | chs.local | |
| COOKIE_NAME | __SID | |
| COOKIE_SECRET | ||
| SHOW_SERVICE_OFFLINE_PAGE | false | Feature Flag |