feat: load backend config from yaml
This commit is contained in:
7
backend/etc/agent.dev.yaml
Normal file
7
backend/etc/agent.dev.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
env: development
|
||||
port: "8080"
|
||||
database_url: "postgres://agent:agent@localhost:5432/agent?sslmode=disable"
|
||||
storage_dir: "./data/files"
|
||||
auth_secret: "development-auth-secret-change-me"
|
||||
system_ai_key: ""
|
||||
ai_key_encryption_secret: "development-ai-key-secret-change-me"
|
||||
Reference in New Issue
Block a user