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
+7-160Lines changed: 7 additions & 160 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,172 +36,19 @@ For now playground uses some of AnyChart resources, later we'll need to rework i
36
36
| ------------- | ------------- |
37
37
| Data Sets [source file](https://static.anychart.com/cdn/anydata/common/index.json)| JSON file what contains lists of available data sets.|
38
38
|[Tags list](https://static.anychart.com/utility/tags_list.json)| JSON file what contains data for tags generating process. |
39
-
|[New Gallery](https://github.com/AnyChart/playground.anychart.com-gallery), [Chartopedia](https://github.com/AnyChart/Chartopedia.git), [API Reference](https://github.com/AnyChart/api.anychart.com.git), [Documentation](https://github.com/AnyChart/docs.anychart.com.git), [Templates](https://github.com/AnyChart/playground-templates.git)| Repositories with predefined samples, some of them are private. |
39
+
|[Gallery](https://github.com/AnyChart/ACDVF-playground-samples), [Chartopedia](https://github.com/AnyChart/Chartopedia.git), [API Reference](https://github.com/AnyChart/api.anychart.com.git), [Documentation](https://github.com/AnyChart/docs.anychart.com.git), [Templates](https://github.com/AnyChart/playground-templates.git)| Repositories with predefined samples, some of them are private. |
40
40
|[Chartopedia](https://github.com/AnyChart/Chartopedia.git)| Also chartopedia repo is used as a source for Chart Types pages. |
41
41
42
42
43
43
## Usage
44
-
Sample config file format:
45
44
46
-
```
47
-
[web]
48
-
# Web settings
49
-
port = 8080
50
-
# used for generation zip - for downloading in editor
51
-
zip-folder = "/apps/pg/data/zip/"
52
-
53
-
54
-
[db]
55
-
# Dababase settings
56
-
port = 5432
57
-
name = "playground_db"
58
-
user = "playground_user"
59
-
password = "playground_password"
60
-
61
-
62
-
[redis]
63
-
# redis settings are used for communication between web, generator
0 commit comments