Files
zoff/server/config/api_key.example.js
2018-02-26 12:35:11 +01:00

6 lines
73 B
JavaScript

var api_key = "xxxx";
try {
module.exports = api_key;
} catch(e) {}