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: README.md
+6-13Lines changed: 6 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Strautomator is using the [SetMeUp](https://github.com/igoramadas/setmeup) modul
12
12
-**settings.secret.json** - private credentials and secrets, excluded from the GIT repo
13
13
-**settings.local.json** - private local-only settings, excluded from the GIT repo
14
14
15
-
Please note that the [Core](https://github.com/strautomator/core) also has its own collection of settings files as well.
15
+
Please note that the [Core](https://github.com/strautomator/core) also has its own collection of settings files as well. If the same setting is define on the Core and on the Web, the Web settings has the higher priority.
16
16
17
17
## Local setup
18
18
@@ -26,24 +26,17 @@ First, create a folder on your machine that will server as the root all the Stra
Make a copy of the [settings.secret.json.sample](https://github.com/strautomator/web/blob/master/settings.secret.json.sample) and name it `settings.secret.json`. This is where you'll store all the credentials and sensitive keys. This file is encrypted automatically whenever the application starts up.
35
-
36
-
For other non-sensitive data, you can create a `settings.local.json`. This file is kept in clear text.
37
-
38
-
You can also just use one or the other file for development, depending on how concerned you are with security vs. convenience.
39
-
40
-
The following settings are mandatory:
41
-
42
-
-**gcp.projectId**: the ID of your project on GCP (Google Cloud Platform)
43
-
-**maps.api.key**: a client-restricted GCP API key to be used with Google Maps
44
-
-**strava.api**: clientId and clientSecret from Strava
37
+
Make a copy of the [settings.secret.json.sample](https://github.com/strautomator/web/blob/master/settings.secret.json.sample) and name it `settings.secret.json`. This is where you'll store all the credentials and sensitive keys. This file is encrypted automatically whenever the application starts up. You can also encrypt and decrypt on demand by using the `$ make encrypt` and `$ make decrypt` commands.
45
38
46
-
All other credentials are optional. You can set them as needed, depending on which features you'll want to use.
39
+
For other non-sensitive data, you can create a `settings.local.json`. This file is kept in clear text on your local machine.
0 commit comments