]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/environments/environment.prod.ts
LP1818288 WS Option to pre-fetch record holds
[working/Evergreen.git] / Open-ILS / src / eg2 / src / environments / environment.prod.ts
1 export const environment = {
2   production: true,
3   // TODO: a way to pass these in at build time.
4   // locales: ['en-US', 'fr-CA', 'cs-CZ']
5   locales: ['en-US']
6 };