mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-23 00:00:02 +01:00
12 lines
290 B
JavaScript
12 lines
290 B
JavaScript
|
|
const config = {
|
|
publicPathBase: 'public/',
|
|
instance: 'VILLASweb',
|
|
subtitle: 'ACS',
|
|
admin: {
|
|
name: 'Institute for Automation of Complex Power Systems (ACS), RWTH Aachen University, Germany',
|
|
mail: 'stvogel@eonerc.rwth-aachen.de'
|
|
}
|
|
};
|
|
|
|
export default config
|