diff options
author | Dennis Eriksen <d@ennis.no> | 2020-09-06 20:45:53 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2020-09-06 20:45:53 +0200 |
commit | 56ce7fe4167cce90347039cee357220352a5ac07 (patch) | |
tree | 1067505e0c4bdf3094cd1aff43adbfd9d0008024 /mkosi.extra/root | |
download | mkosi-mayan-edms-56ce7fe4167cce90347039cee357220352a5ac07.tar.gz |
Initial commit
Diffstat (limited to 'mkosi.extra/root')
-rw-r--r-- | mkosi.extra/root/env.samble | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mkosi.extra/root/env.samble b/mkosi.extra/root/env.samble new file mode 100644 index 0000000..3b73f1c --- /dev/null +++ b/mkosi.extra/root/env.samble @@ -0,0 +1,2 @@ +export MAYAN_DATABASES="{'default':{'ENGINE':'django.db.backends.postgresql','NAME':'mayan','PASSWORD':'myanuserpass','USER':'mayan','HOST':'127.0.0.1'}}" +export MAYAN_REDIS_PASSWORD='mayanredispassword' |