Skip to content

Commit

Permalink
fix typos (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeamnoob authored Sep 12, 2023
1 parent 240e401 commit 81d9740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/app-deploy/django/object-storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ LIARA_SECRET_KEY=<Secret Key>`}
</p>
<Highlight className="plaintext">
{`LIARA_ENDPOINT="https://storage.iran.liara.space"
LIARA_BUCKET_NAME="my-personal-files
LIARA_BUCKET_NAME="my-personal-files"
LIARA_ACCESS_KEY="nad4u71et9dgc3go"
LIARA_SECRET_KEY="82c963df-1122-4c31-868b-0124a28ad57d""`}
LIARA_SECRET_KEY="82c963df-1122-4c31-868b-0124a28ad57d"`}
</Highlight>
<p>
در مرحله‌ی آخر باید فایل <span className="code">settings.py</span>{" "}
Expand All @@ -130,7 +130,7 @@ LIARA_SECRET_KEY="82c963df-1122-4c31-868b-0124a28ad57d""`}
]
# Object storage
# django >= 4.2
STORAGES = {"default": {"BACKEND": "storages.backends.s3boto3.S3Boto3Storage"}}
AWS_S3_ENDPOINT_URL = os.getenv("LIARA_ENDPOINT")
AWS_S3_ACCESS_KEY_ID = os.getenv("LIARA_ACCESS_KEY")
Expand Down

0 comments on commit 81d9740

Please sign in to comment.