1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-23 00:00:02 +01:00
VILLASweb/src/config.js
2019-10-07 16:03:18 +02:00

11 lines
262 B
JavaScript

const config = {
publicPathBase: 'public/',
instance: 'VILLASweb',
admin: {
name: 'Institute for Automation of Complex Power Systems, RWTH Aachen University, Germany',
mail: 'stvogel@eonerc.rwth-aachen.de'
}
}
export default config