Created
May 1, 2017 17:53
-
-
Save evansiroky/30174cc29171aa9c26264f9ecbf12f1b to your computer and use it in GitHub Desktop.
California State Assembly Committee on Revenue and Taxation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is used to encrypt sessions and next page URLs before serving them to | |
# the client. | |
# | |
# This should be a hex string that's exactly 64 bytes long. For example: | |
# | |
# d7211b215341871968869dontusethisc0ff1789fc88e0ac6e296ba36703edf8 | |
# | |
# Don't reuse that key - you can generate a random key by running: | |
# | |
# openssl rand -hex 32 | |
# | |
# If no secret key is present, we'll generate one when the server starts. | |
# However, this means that sessions and any in-progress paging attempts will | |
# error when the server restarts. | |
# | |
# If a server key is present, but invalid, the server will not start. | |
secret_key: fill-in-key | |
# Local port to listen on. If omitted, check the PORT environment variable, if | |
# that is not present, then 8048 is used. | |
port: 8048 | |
# What users type in their browser to reach your site (scheme+host) | |
public_host: https://localhost:8048 | |
# To create/configure Google credentials, see | |
# https://github.com/saintpete/logrole/blob/master/docs/google.md | |
# | |
# Then, enable the GMail API for your project by going here: | |
# https://console.developers.google.com/apis/api/gmail.googleapis.com/overview | |
# and clicking "Enable" at the top of the screen. | |
google_client_id: customdomain.apps.googleusercontent.com | |
google_client_secret: W-secretkey | |
# Disable Google authentication, if you want to render the homepage for local | |
# development. You can't send emails if this variable is set to true. | |
# no_google_auth: true | |
title: Email the California State Assembly Committee on Revenue and Taxation | |
groups: | |
- id: csacorat | |
name: California State Assembly Committee on Revenue and Taxation | |
recipients: | |
- email: Assemblymember Ridley-Thomas <[email protected]> | |
opening_line: Assemblymember Ridley-Thomas | |
- email: Assemblymember Brough <[email protected]> | |
opening_line: Assemblymember Brough | |
- email: Assemblymember Allen <[email protected]> | |
opening_line: Assemblymember Allen | |
- email: Assemblymember Bocangera <[email protected]> | |
opening_line: Assemblymember Bocangera | |
- email: Assemblymember Burke <[email protected]> | |
opening_line: Assemblymember Burke | |
- email: Assemblymember Chen <[email protected]> | |
opening_line: Assemblymember Chen | |
- email: Assemblymember Dababneh <[email protected]> | |
opening_line: Assemblymember Dababneh | |
- email: Assemblymember Gipson <[email protected]> | |
opening_line: Assemblymember Gipson | |
- email: Assemblymember Mullin <[email protected]> | |
opening_line: Assemblymember Mullin | |
- email: Assemblymember Quirk <[email protected]> | |
opening_line: Assemblymember Quirk | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment