Skip to content

Commit

Permalink
[#1623] Add sample environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
anjarakvo committed Oct 5, 2023
1 parent 6bdba92 commit 07833b2
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,23 @@ CORS_ALLOWED_ORIGINS=localhost
CHAT_API_DOMAIN_URL=https://rocket-chat.akvotest.org
CHAT_API_URL_PATH=/api/v1
CHAT_API_KEY=
CHAT_API_USER_ID=
CHAT_API_USER_ID=

# Strapi Settings [SAMPLE]
STRAPI_DATABASE_CLIENT=postgres
STRAPI_DATABASE_HOST=db
STRAPI_DATABASE_NAME=strapi_gpml
STRAPI_DATABASE_USERNAME=unep
STRAPI_DATABASE_PASSWORD=password
STRAPI_JWT_SECRET=9gk00KTFnzP2FfRn0l6cZw==
STRAPI_APP_KEYS=2xSiIvRfu0uUTVa7dNpuDQ==,s8VN7AgSASrqzm3m9JN8Gw==,D6uWOnWhY4uKhPnFLq9Flw==,uJ7ExrUyqturazGynkwqbQ==
STRAPI_API_TOKEN_SALT=sL43vMCXXc65JfxhYdpGhQ==
STRAPI_ADMIN_JWT_SECRET=IcGmNJ0YQbVekMHp0RPSgw==
STRAPI_URL=http://localhost/strapi
STRAPI_TRANSFER_TOKEN_SALT=9gk00KTFnzP2FfRn0l6cZw==
STRAPI_GCS_SERVICE_ACCOUNT={}
STRAPI_GCS_BUCKET_NAME=sample
STRAPI_GCS_BASE_PATH=/strapi
STRAPI_GCS_BASE_URL=https://storage.googleapis.com/<your_bucket_name>
STRAPI_GCS_PUBLIC_FILES=true
STRAPI_GCS_UNIFORM=false

0 comments on commit 07833b2

Please # to comment.