-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (26 loc) · 971 Bytes
/
.env.example
File metadata and controls
27 lines (26 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#VITE_DOMAIN_ADDRESS=https://yourDomain.com/
VITE_DOMAIN_ADDRESS=http://0.0.0.0:3000/
VITE_API_BASE_URL=/api
PORT=3000
HOST=0.0.0.0
DEBUG=app*
VITE_SITE_BRAND_NAME=Medium
#VITE_GITHUB_LINK=https://github.com/semycolon
#VITE_TWITTER_LINK=https://twitter.com/codeify_ir
#VITE_LINKEDIN_LINK=https://www.linkedin.com/in/seyed-hassan-asheghi-84829457
JWT_SECRET=ChangeItToaSuperSecureSecret
VITE_SITE_TITLE=Medium
VITE_SITE_DESCRIPTION=medium clone made with vite-ssr-plugin, vue.js, and tailwind-css
POSTGRES_USER=root
POSTGRES_PASSWORD=password
POSTGRES_DB=blog
DATABASE_URL=postgres://root:password@localhost/blog
MINIO_ROOT_USER=root
MINIO_ROOT_PASSWORD=password
MINIO_BUCKET_NAME=blog
MINIO_PORT=9000
MINIO_SSL=false
MINIO_END_POINT_URL=172.22.0.2
### in case you had problem downloading libvips from github use these
#npm_config_sharp_binary_host="https://npmmirror.com/mirrors/sharp"
#npm_config_sharp_libvips_binary_host="https://npmmirror.com/mirrors/sharp-libvips"