File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ S3_TUSD_ENDPOINT=http://minio:9000
77S3_TUSD_REGION=eu-central-1
88TURNSTILE_SITE_KEY=1x00000000000000000000AA
99TURNSTILE_SECRET_KEY=1x0000000000000000000000000000000AA
10+ MAEVSI_NUXT_PRIVATE_OPENAI_API_KEY=
1011TUSD_MAX_SIZE=1048576
Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ services:
190190 NUXT_PUBLIC_SITE_URL : https://${STACK_DOMAIN}
191191 NUXT_PUBLIC_TURNSTILE_SITE_KEY : ${TURNSTILE_SITE_KEY}
192192 NUXT_TURNSTILE_SECRET_KEY : ${TURNSTILE_SECRET_KEY} # TODO: move to file (https://github.com/nuxt-modules/turnstile/pull/298)
193+ NUXT_PRIVATE_OPENAI_API_KEY : ${MAEVSI_NUXT_PRIVATE_OPENAI_API_KEY}
193194 POSTGRAPHILE_JWT_PUBLIC_KEY_FILE : /run/config/postgraphile_jwt-public-key
194195 POSTGRES_DB_FILE : /run/secrets/postgres_db
195196 POSTGRES_ROLE_MAEVSI_TUSD_PASSWORD_FILE : /run/secrets/postgres_role_maevsi-tusd_password
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ services:
7474 NUXT_PUBLIC_TURNSTILE_SITE_KEY : ${TURNSTILE_SITE_KEY}
7575 NUXT_PUBLIC_VIO_ENVIRONMENT : beta
7676 NUXT_TURNSTILE_SECRET_KEY : ${TURNSTILE_SECRET_KEY}
77+ NUXT_PRIVATE_OPENAI_API_KEY : ${MAEVSI_NUXT_PRIVATE_OPENAI_API_KEY}
7778 POSTGRAPHILE_JWT_PUBLIC_KEY_FILE : /run/config/postgraphile_jwt-public-key
7879 POSTGRES_DB_FILE : /run/secrets/postgres_db
7980 POSTGRES_ROLE_MAEVSI_TUSD_PASSWORD_FILE : /run/secrets/postgres_role_maevsi-tusd_password
You can’t perform that action at this time.
0 commit comments