Skip to content

Commit 59d8859

Browse files
committed
Updated docs
1 parent 7cf0e08 commit 59d8859

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Unreleased
44

5+
* Conditionally included V1 pages (\#513);
56
* Added task version update sandbox page (\#509);
67
* JSON Schema form improvements (\#509):
78
* supported enums of any type;

docs/environment-variables.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ The following environment variables can be used to configure fractal-web.
1515
* `PUBLIC_OAUTH_CLIENT_NAME`: if set, the application enables the external account login via OAuth2; the name is used to create the authorization call sent to fractal-server (see [configuration page](../oauth2/));
1616
* `LOG_FILE`: the path of the file where logs will be written; by default is unset and no file will be created;
1717
* `LOG_LEVEL_FILE`: the log level of logs that will be written to the file; the default value is `info`;
18-
* `LOG_LEVEL_CONSOLE`: the log level of logs that will be written to the console; the default value is `warn`.
18+
* `LOG_LEVEL_CONSOLE`: the log level of logs that will be written to the console; the default value is `warn`;
19+
* `FRACTAL_API_V1_MODE`: include/exclude V1 pages and version switcher; the default value is `include`.
1920

2021
When running directly using `node` command these extra variables can also be configured:
2122

docs/quickstart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ export LOG_FILE=fractal-web.log
5555
# export LOG_LEVEL_FILE=info
5656
# export LOG_LEVEL_CONSOLE=warn
5757

58+
export FRACTAL_API_V1_MODE=include
59+
5860
# default values are usually fine for the following variables; remove comments if needed
5961
#export AUTH_COOKIE_NAME=fastapiusersauth
6062
#export AUTH_COOKIE_PATH=/

0 commit comments

Comments
 (0)