Skip to content

Commit

Permalink
feat(mediacentre): create .env.prod
Browse files Browse the repository at this point in the history
  • Loading branch information
EwannRoux committed Oct 2, 2024
1 parent 8ed9916 commit 8708bc9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/mediacentre/.env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
VITE_BASE_URI="/"
VITE_AXIOS_TIMEOUT=10000
VITE_APP_MEDIACENTRE_CONTEXT="/portail"
VITE_APP_MEDIACENTRE_API_URI="/mediacentre-api/api/resources"
VITE_APP_MEDIACENTRE_CONFIG_API_URI="/mediacentre-api/api/config"
VITE_APP_MEDIACENTRE_FNAME="Mediacentre"
VITE_APP_MEDIACENTRE_USER_INFO_API_URI="/api/v5-1/userinfo?claims=&groups="
VITE_APP_MEDIACENTRE_USER_RIGHTS_API_URI="/api/groups"
VITE_APP_MEDIACENTRE_USER_GET_USER_FAVORITE_RESOURCES_API_URI="/api/prefs/getentityonlyprefs/"
VITE_APP_MEDIACENTRE_USER_PUT_USER_FAVORITE_RESOURCES_API_URI="/api/prefs/putprefs?fname="

0 comments on commit 8708bc9

Please sign in to comment.