summaryrefslogtreecommitdiff
path: root/etoolkit_sample.json
diff options
context:
space:
mode:
authorSimeon Simeonov2021-12-23 14:41:14 +0100
committerSimeon Simeonov2021-12-23 14:41:14 +0100
commit4914b0c74ed669d6631897950ff1660ce91ef918 (patch)
tree5bef79607256853f41fb3bb666e1c16604a7b258 /etoolkit_sample.json
Initial commit and release for Christmas with love1.0.0
Diffstat (limited to 'etoolkit_sample.json')
-rw-r--r--etoolkit_sample.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/etoolkit_sample.json b/etoolkit_sample.json
new file mode 100644
index 0000000..66c9d17
--- /dev/null
+++ b/etoolkit_sample.json
@@ -0,0 +1,21 @@
1{
2 "general": {
3 "MASTER_PASSWORD_HASH": "pbkdf2_sha256$100000$kFOQkAPtStZ/Ny/O4501ygHGQnqh5Y+ySxF9qVHriv8=$3BujuWzn3CfDnw4yiD9m3F+GjeW1MHHW40R/ThHNcn0="
4 },
5 "instances": {
6 "default": {
7 "ETOOLKIT_PROMPT": "(%i)"
8 },
9 "dev": {
10 "ETOOLKIT_PARENT": "default",
11 "PYTHONPATH": ":/home/user/.pythonpath",
12 "DB_CONNECTION": "enc-val$1$Y/TBb1F3siHTw6qZg9ERzZfA8PLPf2CwGSQLpu9jYWw=$FT5tS9o+ABvsxogIXpJim16Gz5SVtV8="
13 },
14 "secret": {
15 "ETOOLKIT_PARENT": "default",
16 "ETOOLKIT_SENSITIVE": ["PASSWORD"],
17 "GNUPGHOME": "%h/private/.gnupg",
18 "PASSWORD": "enc-val$1$vIBcoCNiYrsDLtF41uLuSEnppBjhliD0B8jwcBJcj/c=$KwOGe/y1dlxktDaCnJPIVNuaQ4Q7yNo="
19 }
20 }
21}