mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
8 lines
78 B
TypeScript
8 lines
78 B
TypeScript
const config = {
|
|
app: {
|
|
port: 4000
|
|
}
|
|
}
|
|
|
|
export default config
|