Fábio Kaiser Rauber
4 years ago
2 changed files with 156 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||
|
# Sistema de participação popular para Casas Legislativas |
||||
|
|
||||
|
Utilize o formulário abaixo para configurar seu E-democracia. |
@ -0,0 +1,153 @@ |
|||||
|
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: "sapl.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: true |
||||
|
- variable: edemocracia.socialAuth.facebook.secret |
||||
|
default: "" |
||||
|
description: "Segredo da autenticação via Facebook" |
||||
|
label: Facebook Secret |
||||
|
type: string |
||||
|
group: Login Social |
||||
|
required: true |
||||
|
- variable: edemocracia.socialAuth.google.key |
||||
|
default: "" |
||||
|
description: "Chave da autenticação via Google" |
||||
|
label: Google Key |
||||
|
type: string |
||||
|
group: Login Social |
||||
|
required: true |
||||
|
- variable: edemocracia.socialAuth.google.secret |
||||
|
default: "" |
||||
|
description: "Segredo da autenticação via Google" |
||||
|
label: Google Secret |
||||
|
type: string |
||||
|
group: Login Social |
||||
|
required: true |
||||
|
|
||||
|
# 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" |
||||
|
label: "SMTP Username" |
||||
|
required: false |
||||
|
group: Correio |
||||
|
type: string |
||||
|
- variable: smtp.password |
||||
|
default: "" |
||||
|
description: "Senha para envio SMTP" |
||||
|
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 |
Loading…
Reference in new issue