Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Jul 26, 2024
1 parent 6e9f820 commit e30b312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/v4/apps/calcom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
CALCOM_TELEMETRY_DISABLED: $$cap_CALCOM_TELEMETRY_DISABLED
NODE_TLS_REJECT_UNAUTHORIZED: $$cap_CALCOM_NODE_TLS_REJECT_UNAUTHORIZED
DATABASE_URL: postgresql://$$cap_POSTGRES_USER:$$cap_POSTGRES_PASSWORD@srv-captain--$$cap_appname-db/$$cap_POSTGRES_DATABASE
DATABASE_DIRECT_URL: postgresql://$$cap_POSTGRES_USER:$$cap_POSTGRES_PASSWORD@srv-captain--$$cap_appname-db/$$cap_POSTGRES_DATABASE
EMAIL_FROM: $$cap_CALCOM_EMAIL_FROM
EMAIL_SERVER_HOST: $$cap_CALCOM_EMAIL_SERVER_HOST
EMAIL_SERVER_PORT: $$cap_CALCOM_EMAIL_SERVER_PORT
Expand Down
1 change: 1 addition & 0 deletions public/v4/apps/call-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
POSTGRES_DB: $$cap_postgres_db
DATABASE_HOST: $$cap_postgres_host
DATABASE_URL: postgresql://$$cap_postgres_user:$$cap_postgres_password@$$cap_postgres_host/$$cap_postgres_db
DATABASE_DIRECT_URL: postgresql://$$cap_postgres_user:$$cap_postgres_password@$$cap_postgres_host/$$cap_postgres_db
GOOGLE_API_CREDENTIALS: '{}'
EMAIL_FROM: $$cap_email_from
EMAIL_SERVER_HOST: $$cap_email_host
Expand Down

0 comments on commit e30b312

Please sign in to comment.