Skip to content
Snippets Groups Projects
Select Git revision
  • e824f271f8b684890e0a6c2b4f4b9e946ee77ca9
  • master default protected
2 results

pillar.example

Blame
  • pillar.example 1004 B
    postgrest:
      instances:
        api_v2:
          tag: v5.2.0
          hash: '5f564d1c6dfad2fd25d5394c2cae42ebe0d736342eba25742cd45d2cbf61cf38'
          config:
            db-uri: "postgres://api_v2_authenticator@10.0.2.2/api_db"
            db-schema: "api_v2"
            jwt-secret: "aimi6fiep2ohPahqu6Jithahphai1aJe"
            db-anon-role: "api_v2_anonymous"
    
          nginx:
            ssl_cert_name: postgrest
            http: false
            https: true
            redirect_to_https: true
            fqdn: apiv2.postgrest.local
    
    
        icmscache:
          tag: v5.2.0
          hash: '5f564d1c6dfad2fd25d5394c2cae42ebe0d736342eba25742cd45d2cbf61cf38'
          config:
            db-uri: "postgres://icmscache_authenticator@10.0.2.2/api_db"
            db-schema: "icmscache"
            jwt-secret: "aimi6fiep2ohPahqu6Jithahphai1aJe"
            db-anon-role: "icmscache_anonymous"
            server-port: 3001
    
          nginx:
            ssl_cert_name: postgrest
            http: false
            https: true
            redirect_to_https: true
            fqdn: icmscache.postgrest.local