Add dockerized app and infra scaffolding
This commit is contained in:
11
app/.env.example
Normal file
11
app/.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
APP_ENV=development
|
||||
COMPOSE_PROFILES=development
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DB=app
|
||||
DATABASE_URL=postgresql://postgres:postgres@postgres:5432/app
|
||||
LIVEKIT_URL=http://livekit:7880
|
||||
LIVEKIT_API_KEY=devkey
|
||||
LIVEKIT_API_SECRET=devsecret
|
||||
OPENAI_API_KEY=change_me
|
||||
GOOGLE_API_KEY=change_me
|
||||
Reference in New Issue
Block a user