mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
16 lines
347 B
YAML
16 lines
347 B
YAML
infisical:
|
|
address: "http://localhost:8080"
|
|
auth:
|
|
type: "universal-auth"
|
|
config:
|
|
client-id: "./client-id"
|
|
client-secret: "./client-secret"
|
|
remove_client_secret_on_read: false
|
|
sinks:
|
|
- type: "file"
|
|
config:
|
|
path: "access-token"
|
|
templates:
|
|
- source-path: my-dot-ev-secret-template
|
|
destination-path: my-dot-env.env
|