1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00
commons/server/src/config/config.ts

5 lines
57 B
TypeScript
Raw Normal View History

module.exports = {
app: {
port: 4000
}
};