diff client/README.md @ 499:5b7a4327f6c0

Recommend using .env.local instead of copying .env.sample See https://cli.vuejs.org/guide/mode-and-env.html#local-only-variables.
author Tom Gottfried <tom@intevation.de>
date Fri, 24 Aug 2018 15:14:10 +0200
parents f8d8f12bab91
children 76e9296d6191
line wrap: on
line diff
--- a/client/README.md	Fri Aug 24 14:41:02 2018 +0200
+++ b/client/README.md	Fri Aug 24 15:14:10 2018 +0200
@@ -7,14 +7,14 @@
 
     `yarn install`
 
-* Configuration via `.env`-file
-
-  **Example** given via `.env.sample`
+* Extend or overwrite configuration via `.env.local`-file
 
   ```
-  cp .env.sample .env
+  cp .env .env.local
   ````
 
+  Modify `.env.local` according to your needs.
+
 * Start Development servers
 
   * Javascript