We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9443c51 commit 4e50f92Copy full SHA for 4e50f92
.gitignore
@@ -1,3 +1,4 @@
1
dist/
2
.jenkins
3
-deploy/spinnaker/
+deploy/spinnaker/
4
+/local-dev/PreConfig.js
local-dev/README.md
@@ -1,3 +1,20 @@
This directory is just for local development purpose.
Originally copied from debian/*.
+## Additional configuration
5
+
6
+Addition to [../README](../README.md), the following variables can be
7
+customized:
8
9
+* **SERVER_URL_PREFIX**: base URL for this server
10
+* **EDITOR_UI_DRAW_URL**: viewer URL for a file saved as *.html extention
11
12
+## How to build
13
14
+1. customize PreConfig.js. It is git-ignored.
15
+2. docker build
16
+ > $ docker build -t <tag> .
17
18
+## Reference
19
20
+* <https://github.com/maedadev/drawio>
0 commit comments