Skip to content
Snippets Groups Projects
Select Git revision
  • 51ee6c5ee895a60a2abb0121e1d04296e9e49a6a
  • test default
  • master protected
3 results

env.example

Blame
  • env.example 825 B
    DATABASE_URL="postgresql://contracts:contracts@localhost:5432/contracts"
    
    SECRET_KEY=supersecret
    
    SITE_URL="http://localhost:8013"
    
    OIDC_RP_REALM_URL="http://localhost:8080/realms/master/"
    OIDC_RP_CLIENT_ID=contracts
    OIDC_RP_CLIENT_SECRET=VCn4LVAUc6RGLSup7VaAKsmrKUbWguaP
    
    DEFAULT_COUNTRY="Česká Republika"
    
    CLAMD_TCP_SOCKET=3310
    CLAMD_TCP_ADDR=127.0.0.1
    
    DEFAULT_CONTRACTEE_NAME="Česká pirátská strana"
    DEFAULT_CONTRACTEE_STREET="Na Moráni 360/3"
    DEFAULT_CONTRACTEE_ZIP="128 00"
    DEFAULT_CONTRACTEE_DISTRICT="Praha 2"
    DEFAULT_CONTRACTEE_ICO_NUMBER="71339698"
    
    DEFAULT_STAFF_GROUPS="sso_cen:f,sso_cen:neverejni,sso_cen:smlouvy_ao,sso_cen:smlouvy_po,sso_cen:registr_smluv"
    
    NASTENKA_API_URL=http://localhost:8009/contracts/api/notices
    NASTENKA_API_TOKEN=cirno
    
    CHOBOTNICE_API_URL="https://chobotnice.pirati.cz/graphql/"