Skip to content

Commit 4bd69a2

Browse files
committed
docs(admin-ui): update the environment configuratio section
change from .env.development.local to .env.development Signed-off-by: Riza Arsyi <[email protected]>
1 parent 729cef8 commit 4bd69a2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: admin-ui/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@ git clone https://github.com/GluuFederation/flex
2626
cd flex/admin-ui
2727
```
2828

29-
2. Create a file name `.env.development.local` with following contents.
29+
2. Environment configuration
30+
31+
Set the env `NODE_ENV` to `development.
32+
33+
```
34+
export NODE_ENV=development
35+
```
36+
37+
Create a file name `.env.development` with following contents.
3038

3139
```
3240
BASE_PATH=/admin/

0 commit comments

Comments
 (0)