Mayan User
2017-11-11 02:25:43 UTC
Hi All
I have a little confusing that I'm hoping someone can clear up.
I run the command: docker volume inspect mayan_data
[
{
"CreatedAt": "2017-11-11T02:19:44Z",
"Driver": "local",
"Labels": null,
"Mountpoint": "/var/lib/docker/volumes/mayan_data/_data",
"Name": "mayan_data",
"Options": {},
"Scope": "local"
}
]
This is the configuration output I get.
According to the documentation for Mayan EDS these settings should be
modified in the file settings/local.py
This is my local.py
from __future__ import absolute_import, unicode_literals
from .base import *
SECRET_KEY = '4hze#nvhp!liz+8y7=s#h&24ij5+$6m%rsje)hl*^42zqwvhzb'
I see a reference to the docker volume command output so I'm guessing that
is where the command is getting the information.
My question is: How am I supposed to edit the Mayan EDS config file when
the config file (local.py) does not contain this data ?
Thank you all in advance.
I have a little confusing that I'm hoping someone can clear up.
I run the command: docker volume inspect mayan_data
[
{
"CreatedAt": "2017-11-11T02:19:44Z",
"Driver": "local",
"Labels": null,
"Mountpoint": "/var/lib/docker/volumes/mayan_data/_data",
"Name": "mayan_data",
"Options": {},
"Scope": "local"
}
]
This is the configuration output I get.
According to the documentation for Mayan EDS these settings should be
modified in the file settings/local.py
This is my local.py
from __future__ import absolute_import, unicode_literals
from .base import *
SECRET_KEY = '4hze#nvhp!liz+8y7=s#h&24ij5+$6m%rsje)hl*^42zqwvhzb'
I see a reference to the docker volume command output so I'm guessing that
is where the command is getting the information.
My question is: How am I supposed to edit the Mayan EDS config file when
the config file (local.py) does not contain this data ?
Thank you all in advance.
--
---
You received this message because you are subscribed to the Google Groups "Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mayan-edms+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
---
You received this message because you are subscribed to the Google Groups "Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mayan-edms+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.