Skip to content

Commit

Permalink
fix failing tests (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljubon authored Sep 6, 2024
1 parent cf48a17 commit a381f44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/astral.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
shared:
vault_addr: <%= ENV["VAULT_ADDR"] %>
vault_token: <%= ENV["VAULT_TOKEN"] %>
vault_cert_path: <%= ENV["SHARED_VAULT_CERT_PATH"] %>
vault_cert_path: "pki_int/issue/learn"
jwt_signing_key: <%= ENV["JWT_SIGNING_KEY"] %>
cert_ttl: <%= ENV["SHARED_CERT_TTL"] %>

test:
cert_ttl: <%= 24.hours.in_seconds %>

development:

production:

0 comments on commit a381f44

Please sign in to comment.