You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,8 @@ See the [development README](../doc/development/README.md) for details.
53
53
54
54
# Configuration
55
55
56
-
Currently the client has a very simple dev- and prod-configuration in `client/src/environments`.
56
+
The client has a dev-, local- and prod-configuration in `client/src/environments`.
57
+
The dev-environment is the default one, the local-environment uses a locally hosted authentication server and the prod-environment is used for deployment on a server.
57
58
58
59
Encryption (HTTPS) and HTTP-Server configs depend on the used HTTP-Server (Apache-HTTP, nginx, ...), so take a look at their documentation or at the `./client/nginx.conf` for my nginx config used in the `stm-client` docker container.
59
60
@@ -97,7 +98,7 @@ To tell the Angular-compiler about the new language, add the following three par
97
98
98
99
```json
99
100
"projects": {
100
-
"simple-task-manager": {
101
+
"simple-task-dashboard": {
101
102
"i18n": {
102
103
"sourceLocale": "en-US",
103
104
"locales": {
@@ -128,15 +129,15 @@ To tell the Angular-compiler about the new language, add the following three par
0 commit comments