mirror of
https://github.com/mjrode/WhatToWatch.git
synced 2026-05-07 04:59:09 -05:00
7 lines
91 B
JavaScript
7 lines
91 B
JavaScript
const testConfig = {
|
|
hostname: 'localhost',
|
|
port: 8080,
|
|
};
|
|
|
|
export default testConfig;
|