Skip to content

Commit

Permalink
add tesla client id
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jan 25, 2025
1 parent 0ea101c commit 2758f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ services:
GOOGLE_CLIENT_ID: ${GOOGLE_CLIENT_ID}
GITHUB_CLIENT_ID: ${GITHUB_CLIENT_ID}
MICROSOFT_CLIENT_ID: ${MICROSOFT_CLIENT_ID}
TESLA_CLIENT_ID: ${TESLA_CLIENT_ID}
TZ: ${TZ:-America/New_York}
ports:
- "${AGIXT_INTERACTIVE_PORT:-3437}:3437"
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ services:
GOOGLE_CLIENT_ID: ${GOOGLE_CLIENT_ID}
GITHUB_CLIENT_ID: ${GITHUB_CLIENT_ID}
MICROSOFT_CLIENT_ID: ${MICROSOFT_CLIENT_ID}
TESLA_CLIENT_ID: ${TESLA_CLIENT_ID}
TZ: ${TZ:-America/New_York}
ports:
- "${AGIXT_INTERACTIVE_PORT:-3437}:3437"
Expand Down

0 comments on commit 2758f0f

Please sign in to comment.