chore: update readme and env example

This commit is contained in:
Maulana Sodiqin
2025-05-20 11:09:14 +07:00
parent 5618a8e99b
commit f8cd57a1cf
5 changed files with 29 additions and 13 deletions
+1
View File
@@ -0,0 +1 @@
VITE_API_URL=
+1
View File
@@ -0,0 +1 @@
VITE_API_URL=
+1
View File
@@ -0,0 +1 @@
VITE_API_URL=
+6
View File
@@ -0,0 +1,6 @@
CMS_SECRET=your-very-long-secret-key
CMS_POSTGRES_URL=postgres://user:password@host:port/database
CMS_STORAGE_ENDPOINT=https://your-s3-endpoint.com
CMS_STORAGE_ACCESS_KEY_ID=your-access-key-id
CMS_STORAGE_SECRET_ACCESS_KEY=your-secret-access-key
CMS_STORAGE_REGION=ap-southeast-1