File tree 4 files changed +14
-6
lines changed 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
# AGNO_API_KEY=***
2
2
# AGNO_MONITOR=***
3
- # OPENAI_API_KEY=sk-***
3
+ # OPENAI_API_KEY=sk-***
4
+ # EXA_API_KEY=***
Original file line number Diff line number Diff line change 1
1
SECRET_KEY : " very_secret"
2
- # APP_PASSWORD: "admin"
2
+ APP_PASSWORD : " admin"
3
3
# AGNO_API_KEY: "ag-***"
4
4
# OPENAI_API_KEY: "sk-***"
5
+ # EXA_API_KEY: "***"
5
6
6
7
# AWS credentials
7
8
# AWS_ACCESS_KEY_ID: "AWS_ACCESS_KEY_ID"
Original file line number Diff line number Diff line change
1
+ SECRET_KEY : " very_secret"
1
2
APP_PASSWORD : " admin"
2
3
# AGNO_API_KEY: "ag-***"
3
4
# OPENAI_API_KEY: "sk-***"
5
+ # EXA_API_KEY: "***"
6
+
7
+ # AWS credentials
8
+ # AWS_ACCESS_KEY_ID: "AWS_ACCESS_KEY_ID"
9
+ # AWS_SECRET_ACCESS_KEY: "AWS_SECRET_ACCESS_KEY"
Original file line number Diff line number Diff line change 16
16
dev_env = "dev" ,
17
17
prd_env = "prd" ,
18
18
# -*- Workspace Keys
19
- dev_key = "dev" ,
20
- prd_key = "prd" ,
21
19
# default env for `agno ws` commands
22
20
default_env = "dev" ,
23
21
# -*- Image Settings
24
22
# Repository for images
25
- # image_repo="agnohq",
23
+ image_repo = "agnohq" ,
26
24
# 'Name:tag' for the image
27
25
image_name = "agent-api" ,
28
26
# Build images locally
29
- build_images = True ,
27
+ build_images = False ,
28
+ # Push images after building
29
+ push_images = False ,
30
30
# Skip cache when building images
31
31
skip_image_cache = False ,
32
32
# Force pull images in FROM
You can’t perform that action at this time.
0 commit comments