mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
handle if user doesn't provide name/email
also clean up usage of DESKPRO_PERSON_EMAIL and put it in the conf rather than env
This commit is contained in:
@@ -61,7 +61,7 @@ in a separate terminal from the app
|
||||
|
||||
```
|
||||
echo "
|
||||
export NOTIFY_ADMIN_ENVIRONMENT='config.Development'
|
||||
export NOTIFY_ENVIRONMENT='development'
|
||||
export ADMIN_CLIENT_SECRET='dev-notify-secret-key'
|
||||
export ADMIN_CLIENT_USER_NAME='dev-notify-admin'
|
||||
export API_HOST_NAME='http://localhost:6011'
|
||||
@@ -69,7 +69,6 @@ export DANGEROUS_SALT='dev-notify-salt'
|
||||
export SECRET_KEY='dev-notify-secret-key'
|
||||
export DESKPRO_API_HOST=""
|
||||
export DESKPRO_API_KEY=""
|
||||
export DESKPRO_PERSON_EMAIL=""
|
||||
export DESKPRO_DEPT_ID=""
|
||||
export DESKPRO_ASSIGNED_AGENT_TEAM_ID=""
|
||||
"> environment.sh
|
||||
|
||||
Reference in New Issue
Block a user