We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc504ae + 4ac94e6 commit 2513277Copy full SHA for 2513277
.gitignore
@@ -21,5 +21,3 @@
21
npm-debug.log*
22
yarn-debug.log*
23
yarn-error.log*
24
-
25
-/public/user-config
README.md
@@ -150,7 +150,7 @@ Astarte Dashboard is written in TypeScript using the React framework and npm to
150
```sh
151
npm install
152
```
153
-3. Place your configuration file in `src/user-config/config.json`
+3. Place your configuration file in `public/user-config/config.json`
154
4. Start the dev server
155
156
npm run start
public/user-config/config.json
@@ -0,0 +1,10 @@
1
+{
2
+ "astarte_api_url": "http://api.astarte.localhost",
3
+ "default_auth": "token",
4
+ "enable_flow_preview": false,
5
+ "auth": [
6
+ {
7
+ "type": "token"
8
+ }
9
+ ]
10
+}
0 commit comments