labels:
  io.cattle.role: project
categories:
- Participação Popular
questions:
# Informações Básicas
- variable: edemocracia.siteName
  default: "Câmara Municipal de Teste"
  description: "Título que aparece no E-democracia"
  label: "Nome do Site"
  type: string
  group: Básico
  required: true
- variable: edemocracia.hostname
  default: "edemocracia.teste.df.leg.br"
  description: "Endereço para acesso ao E-democracia"
  label: "URL do SAPL"
  type: string
  group: Básico
  required: true
- variable: edemocracia.admin.email
  default: "contato@admin.email"
  description: "E-mail de contato do E-democracia"
  label: Contato
  type: string
  group: Básico
  required: true
- variable: edemocracia.admin.password
  default: "altereme"
  description: "Senha de administrador do E-democracia"
  label: Senha admin
  type: password
  group: Básico
  required: true

# Recaptcha
- variable: edemocracia.recaptcha.privateKey
  default: "altereme"
  description: "Chave privada do Recaptcha"
  label: Recaptcha PrivateKey
  type: string
  group: Recaptcha
  required: true
- variable: edemocracia.recaptcha.siteKey
  default: "altereme"
  description: "Chave de site do Recaptcha"
  label: Recaptcha SiteKey
  type: string
  group: Recaptcha
  required: true

# Login Social
- variable: edemocracia.socialAuth.facebook.key
  default: ""
  description: "Chave da autenticação via Facebook"
  label: Facebook Key
  type: string
  group: Login Social
  required: false
- variable: edemocracia.socialAuth.facebook.secret
  default: ""
  description: "Segredo da autenticação via Facebook"
  label: Facebook Secret
  type: string
  group: Login Social
  required: false
- variable: edemocracia.socialAuth.google.key
  default: ""
  description: "Chave da autenticação via Google"
  label: Google Key
  type: string
  group: Login Social
  required: false
- variable: edemocracia.socialAuth.google.secret
  default: ""
  description: "Segredo da autenticação via Google"
  label: Google Secret
  type: string
  group: Login Social
  required: false

# Correio
- variable: smtp.host
  default: "smtp.interlegis.leg.br"
  description: "Servidor de envio de e-mail (SMTP)"
  label: "Servidor SMTP"
  type: string
  group: Correio
  required: false
- variable: smtp.port
  default: 25
  description: "Porta de envio de E-mail (SMTP)"
  type: int
  label: "Porta SMTP"
  required: false
  group: Correio
- variable: smtp.tls
  default: "False"
  description: "Usar TLS ao conectar no servidor SMTP?"
  label: "Usar TLS"
  type: enum
  group: Correio
  options: 
    - "True"
    - "False"
  required: false
- variable: smtp.username
  default: ""
  description: "Nome de usuário para envio SMTP (vazio para nenhum)"
  label: "SMTP Username"
  required: false
  group: Correio
  type: string 
- variable: smtp.password
  default: ""
  description: "Senha para envio SMTP (vazio para nenhuma)"
  label: "SMTP Password"
  required: false
  group: Correio
  type: string 

# PostgreSQL
- variable: postgresql.postgresqlPassword
  default: "altereme"
  description: "Senha do banco de dados Postgres"
  label: "Senha do Postgres"
  type: password
  group: PostgreSQL
  required: true 

# Avançado
- variable: edemocracia.timeZone
  default: "America/Sao_Paulo"
  description: "Fuso Horário do E-democracia"
  type: enum
  label: "Fuso"
  options:
    - "America/Sao_Paulo"
    - "America/Fortaleza"
    - "America/Belem"
    - "America/Araguaina"
    - "America/Bahia"
    - "America/Boa_Vista"
    - "America/Campo_Grande"
    - "America/Cuiaba"
    - "America/Maceio"
    - "America/Manaus"
    - "America/Porto_Velho"
    - "America/Recife"
    - "America/Rio_Branco"
    - "America/Sao_Paulo"
  required: true
  group: Avançado

- variable: edemocracia.apikey
  default: "uma_chave_de_api_secreta_mesmo"
  description: "Chave de API do E-democracia"
  type: string
  label: "Chave de API"
  required: true
  group: Avançado

- variable: discourse.enabled
  default: true
  description: "Habilitar o discourse (Expressão)?"
  label: "Usar o Discourse?"
  type: boolean
  group: Avançado

- variable: wikilegis.enabled
  default: true
  description: "Habilitar o Wikilegis?"
  label: "Usar o Wikilegis?"
  type: boolean
  group: Avançado

- variable: audiencias.enabled
  default: true
  description: "Habilitar o Audiências Interativas?"
  label: "Usar o Audiências?"
  type: boolean
  group: Avançado