Make it as easy as possible to get started with local set up
Make it as clear as possible what needs to change for production
Consolidate sources of truth for configurations
Changes
Breaks down old template.env into template.common.env, template.core_backend.env, and template.litellm_proxy.env. These are to be copied as .common.env, .core_backend.env, and .litellm_proxy.env respectively
Updates Makefile and docker-compose.yml to use these as sources of truth.
Reviewer: @lickem22 Estimate: 1 hr (30 min for testing, 30 min for guidance on resolving merge conflict)
Ticket
Fixes: https://idinsight.atlassian.net/browse/AAQ-730
Description
Goal
Changes
template.env
intotemplate.common.env
,template.core_backend.env
, andtemplate.litellm_proxy.env
. These are to be copied as.common.env
,.core_backend.env
, and.litellm_proxy.env
respectivelyMakefile
anddocker-compose.yml
to use these as sources of truth.Other changes
USER1_...
toADMIN_...
for clarityFuture Tasks (optional)
How has this been tested?
To-do before merge (optional)
Checklist
Fill with
x
for completed.(Delete any items below that are not relevant)
scripts/