Remove dummy variables
This commit is contained in:
parent
639081cb3d
commit
3b7e3dc243
11
.env.example
11
.env.example
|
|
@ -10,15 +10,14 @@ FRONTEND_URL="http://localhost:4200"
|
||||||
NEXT_PUBLIC_BACKEND_URL="http://localhost:3000"
|
NEXT_PUBLIC_BACKEND_URL="http://localhost:3000"
|
||||||
BACKEND_INTERNAL_URL="http://localhost:3000"
|
BACKEND_INTERNAL_URL="http://localhost:3000"
|
||||||
|
|
||||||
## These are dummy values, you must create your own from Cloudflare.
|
|
||||||
## Remember to set your public internet IP address in the allow-list for the API token.
|
## Remember to set your public internet IP address in the allow-list for the API token.
|
||||||
##
|
##
|
||||||
## Cloudflare is currently required to save things like social media avatars for accounts.
|
## Cloudflare is currently required to save things like social media avatars for accounts.
|
||||||
CLOUDFLARE_ACCOUNT_ID="QhcMSXQyPuMCRpSQcSYdEuTYgHeCXHbu"
|
CLOUDFLARE_ACCOUNT_ID="your-account-id"
|
||||||
CLOUDFLARE_ACCESS_KEY="dcfCMSuFEeCNfvByUureMZEfxWJmDqZe"
|
CLOUDFLARE_ACCESS_KEY="your-access-key"
|
||||||
CLOUDFLARE_SECRET_ACCESS_KEY="zTTMXBmtyLPwHEdpACGHgDgzRTNpTJewiNriLnUS"
|
CLOUDFLARE_SECRET_ACCESS_KEY="your-secret-access-key"
|
||||||
CLOUDFLARE_BUCKETNAME="postiz"
|
CLOUDFLARE_BUCKETNAME="your-bucket-name"
|
||||||
CLOUDFLARE_BUCKET_URL="https://QhcMSXQyPuMCRpSQcSYdEuTYgHeCXHbu.r2.cloudflarestorage.com/"
|
CLOUDFLARE_BUCKET_URL="https://your-bucket-url.r2.cloudflarestorage.com/"
|
||||||
CLOUDFLARE_REGION="auto"
|
CLOUDFLARE_REGION="auto"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue