coyotte508 HF staff commited on
Commit
d16d319
β€’
1 Parent(s): 5b9c242

πŸ“ Add doc about environment

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -19,6 +19,10 @@ npm install
19
  npm run dev
20
  ```
21
 
 
 
 
 
22
  ## Building
23
 
24
  To create a production version of your app:
 
19
  npm run dev
20
  ```
21
 
22
+ ## Environment
23
+
24
+ Default configuration is in `.env`. Put custom config and secrets in `.env.local`, it will override the values in `.env`.
25
+
26
  ## Building
27
 
28
  To create a production version of your app: