-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
34 lines (26 loc) · 869 Bytes
/
.env.example
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
28
29
30
31
32
33
34
# Secrets more info in documentation
DJANGO_SECRET=
X_AUTH_HEADER=
# URL for the BE API requests must start with protocol http:// or https://
SERVICE_BASE_URL=
# Smtp settings
EMAIL_HOST=
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
EMAIL_PORT=
EMAIL_USE_TLS=
###### Domains ######
# ! This two must be without protocol
# localhost for homeserver can be used
# Domain name for the fork.recipes application
# ! subdomain should be used as api.host.
DOMAIN_NAME_NGINX=
# Domain name for the forkapi be application
DOMAIN_NAME_NGINX_API=
# Pagination for the recipe search endpoints
PAGINATION_PAGE_SIZE=
# Host address for the frontend to access media with protocol eg. https:.. (minimum two) with separated by comma
CORS_ALLOWED_HOSTS=https://localhost,http://localhost
# Scrape functionality make sure to add '' for the API KEY
OPENAI_API_KEY=
OPENAI_MODEL=gpt-4o-mini