forked from open-eats/openeats-web
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.development
23 lines (19 loc) · 1.13 KB
/
.env.development
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# These values will be used when running via `npm start`.
# If you need to change values, create a copy of this file as `.env.development.local`.
# See https://github.com/ownrecipes/OwnRecipes/blob/master/docs/Setting_up_env_file.md.
# The hostname and port (http://my.example.com:5210) the frontend will call the API from.
REACT_APP_API_URL=http://localhost:5210
# Url of the DJANGO admin page.
REACT_APP_ADMIN_URL=http://localhost:5210/admin
# The default (fallback) language.
# REACT_APP_LOCALE=en
# If true, only authenticated users may view any site (except the login).
# REACT_APP_REQUIRE_LOGIN=false
# Link to your legal page. Depending on your local laws you may require this.
# REACT_APP_LEGAL_URL=https://my-ownrecipes-instance.com/legal
# Link to your privacy page. Depending on your local laws you may require this.
# REACT_APP_PRIVACY_URL=https://my-ownrecipes-instance.com/privacy
# If true, the home page will not display the news. Reduces the server loading.
# REACT_APP_DISABLE_NEWS=false
# If true, the home page and recipe page will not suggest more recipes. Reduces the server loading.
# REACT_APP_DISABLE_RECIPE_DISCOVERY=false