mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
8 lines
135 B
JavaScript
8 lines
135 B
JavaScript
let defaultConfig = {
|
|
locale: 'fr',
|
|
basePath: '/',
|
|
translations: '/login/language.json',
|
|
};
|
|
|
|
export default defaultConfig;
|