Compare commits
10 Commits
main
..
production
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a33dc019a | |||
| 1920885835 | |||
| eb83d28ed5 | |||
| b6d9aea3bc | |||
| 2b9132a3a9 | |||
| e5bf56cc4d | |||
| 8f58708cd9 | |||
| 06dd0140d6 | |||
| 0aee7c4ed6 | |||
| cd661fe613 |
@@ -11,7 +11,7 @@ on:
|
||||
- production
|
||||
|
||||
env:
|
||||
GIT_HOST: docker-git.easysoft.ro
|
||||
GIT_HOST: git.easysoft.ro
|
||||
REGISTRY_HOST: registry.easysoft.ro
|
||||
DOCKER_BUILDKIT: "1"
|
||||
API_IMAGE: apps/myai-api
|
||||
|
||||
@@ -49,10 +49,8 @@ Ai__Ollama__ChatModel=llama2
|
||||
Ai__Ollama__EmbeddingModel=embedding-model
|
||||
Ai__Ollama__TimeoutSeconds=30
|
||||
|
||||
# Database (shared) - maps to Database:Host etc. used by apps.
|
||||
# Deployed (staging/prod) uses the LAN DNS name (resolves to the MSSQL VM 10.0.0.240);
|
||||
# for local dev leave it unset to use the docker-compose 'sqlserver' service default.
|
||||
Database__Host=mssql.easysoft.ro
|
||||
# Database (shared) - maps to Database:Host etc. used by apps
|
||||
Database__Host=sqlserver
|
||||
Database__Port=1433
|
||||
Database__Name=MyAiDb
|
||||
Database__User=sa
|
||||
|
||||
Reference in New Issue
Block a user