File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/weko-accounts/weko_accounts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ ENV PATH=/home/invenio/.virtualenvs/invenio/bin:/usr/local/sbin:/usr/local/bin:/
9393ENV VIRTUALENVWRAPPER_PYTHON=/home/invenio/.virtualenvs/invenio/bin/python
9494RUN pip install virtualenvwrapper
9595RUN echo "source /home/invenio/.virtualenvs/invenio/bin/virtualenvwrapper.sh" >> ~/.bashrc ; echo "workon invenio" >> ~/.bashrc
96- # RUN mv /home/invenio/.virtualenvs/invenio/var/instance/static /home/invenio/.virtualenvs/invenio/var/instance/static.org
96+ # RUN mv /home/invenio/.virtualenvs/invenio/var/instance/static /home/invenio/.virtualenvs/invenio/var/instance/static.org
9797USER root
9898RUN chown -R invenio:invenio /code
9999USER invenio
Original file line number Diff line number Diff line change 248248WEKO_ACCOUNTS_SHIB_USER_NAME_NO_HASH_LENGTH = 253
249249"""Length of Shibboleth user name without hash value."""
250250
251- WEKO_ACCOUNTS_GAKUNIN_MAP_BASE_URL = 'https://cg.gakunin.jp'
251+ WEKO_ACCOUNTS_GAKUNIN_MAP_BASE_URL = 'https://sptest. cg.gakunin.jp'
252252"""Base URL for Gakunin mAP."""
253253
254254WEKO_ACCOUNTS_WAYF_URL = "https://test-ds.gakunin.nii.ac.jp/WAYF"
You can’t perform that action at this time.
0 commit comments