Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nginx/ams/weko-frontend/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ export default defineAppConfig({
// 共有
group: 'restricted access',
// 非共有・非公開
member: 'embargoed access',
member: 'metadata only access',
// 公開期間猶予
private: 'metadata only access'
private: 'embargoed access'
}
}
},
Expand Down
Loading