Skip to content
Snippets Groups Projects
Select Git revision
  • 45251f8fe0fb53e7deece899d53db1cd2f232851
  • master default
  • v0.52.5
  • v0.52.4
  • v0.52.3
  • v0.52.2
  • v0.52.1
  • v0.52.0
  • v0.51.0
  • v0.50.0
  • v0.49.0
11 results

CHANGELOG.rst

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