basic env.js file for api baseurl, documentserver_key

ref #3
This commit is contained in:
2021-03-03 18:20:53 +01:00
parent faf19d9e43
commit 747c1d2a90
4 changed files with 10 additions and 2 deletions

6
public/env.sample.js Normal file
View File

@@ -0,0 +1,6 @@
const config = {
documentserver_key: '',
baseurl: '',
url_imprint: '',
url_privacy: ''
};