Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Updated variable in the configs yaml file (#1781)
Browse files Browse the repository at this point in the history
* Updated variable in the configs yaml file

* Updated org id in sample file

* Updates
  • Loading branch information
joecheuk committed Jul 11, 2018
1 parent af627a3 commit 9cbbe49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configs/server/forseti_conf_server.yaml.in
Expand Up @@ -356,7 +356,7 @@ notifier:
cscc:
enabled: false
mode: api
organization_id: organizations/{ORGANIZATION_ID}
organization_id: {ROOT_RESOURCE_ID}
# gcs_path should begin with "gs://"
gcs_path:

Expand Down
10 changes: 5 additions & 5 deletions configs/server/forseti_conf_server.yaml.sample
Expand Up @@ -148,7 +148,7 @@ notifier:
cscc:
enabled: true
mode: api
organization_id: organizations/{ORGANIZATION_ID}
organization_id: organizations/1234567890
# gcs_path should begin with "gs://"
gcs_path:

Expand All @@ -158,9 +158,9 @@ notifier:
# data_format may be one of: csv (the default) or json
data_format: csv
# gcs_path should begin with "gs://"
gcs_path: gs://{FORSETI_BUCKET}/inventory_summary
gcs_path: gs://MY_BUCKET/inventory_summary
email_summary:
enabled: true
sendgrid_api_key: {SENDGRID_API_KEY}
sender: {EMAIL_SENDER}
recipient: {EMAIL_RECIPIENT}
sendgrid_api_key: SENDGRID_API_KEY
sender: EMAIL_SENDER
recipient: EMAIL_RECIPIENT1,EMAIL_RECIPIENT2

0 comments on commit 9cbbe49

Please sign in to comment.