Skip to content

Commit

Permalink
feat(keys): add openai api to env
Browse files Browse the repository at this point in the history
  • Loading branch information
HMDank committed Feb 6, 2025
1 parent 9d5a52a commit 0c75c40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/development/stack.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ S3_TUSD_ENDPOINT=http://minio:9000
S3_TUSD_REGION=eu-central-1
TURNSTILE_SITE_KEY=1x00000000000000000000AA
TURNSTILE_SECRET_KEY=1x0000000000000000000000000000000AA
MAEVSI_NUXT_PRIVATE_OPENAI_API_KEY=
TUSD_MAX_SIZE=1048576
1 change: 1 addition & 0 deletions src/development/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ services:
NUXT_PUBLIC_SITE_URL: https://${STACK_DOMAIN}
NUXT_PUBLIC_TURNSTILE_SITE_KEY: ${TURNSTILE_SITE_KEY}
NUXT_TURNSTILE_SECRET_KEY: ${TURNSTILE_SECRET_KEY} # TODO: move to file (https://github.com/nuxt-modules/turnstile/pull/298)
NUXT_PRIVATE_OPENAI_API_KEY: ${MAEVSI_NUXT_PRIVATE_OPENAI_API_KEY}
POSTGRAPHILE_JWT_PUBLIC_KEY_FILE: /run/config/postgraphile_jwt-public-key
POSTGRES_DB_FILE: /run/secrets/postgres_db
POSTGRES_ROLE_MAEVSI_TUSD_PASSWORD_FILE: /run/secrets/postgres_role_maevsi-tusd_password
Expand Down
1 change: 1 addition & 0 deletions src/production/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ services:
NUXT_PUBLIC_TURNSTILE_SITE_KEY: ${TURNSTILE_SITE_KEY}
NUXT_PUBLIC_VIO_ENVIRONMENT: beta
NUXT_TURNSTILE_SECRET_KEY: ${TURNSTILE_SECRET_KEY}
NUXT_PRIVATE_OPENAI_API_KEY: ${MAEVSI_NUXT_PRIVATE_OPENAI_API_KEY}
POSTGRAPHILE_JWT_PUBLIC_KEY_FILE: /run/config/postgraphile_jwt-public-key
POSTGRES_DB_FILE: /run/secrets/postgres_db
POSTGRES_ROLE_MAEVSI_TUSD_PASSWORD_FILE: /run/secrets/postgres_role_maevsi-tusd_password
Expand Down

0 comments on commit 0c75c40

Please sign in to comment.