15 lines
359 B
YAML
15 lines
359 B
YAML
probod:
|
|
auth:
|
|
invitation-confirmation-token-validity: 3600
|
|
api:
|
|
cors:
|
|
allowed-origins: ["http://localhost:8080", "http://localhost:5173"]
|
|
aws:
|
|
access-key-id: "probod"
|
|
secret-access-key: "thisisnotasecret"
|
|
endpoint: "http://127.0.0.1:9000"
|
|
openai:
|
|
api-key: "thisisnotasecret"
|
|
temperature: 0.1
|
|
model-name: "gpt-4o"
|