init
This commit is contained in:
15
config/config.example.js
Normal file
15
config/config.example.js
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* EXAMPLE
|
||||
*/
|
||||
export class Config{
|
||||
// https://openweathermap.org/
|
||||
static WEATHER_API = {
|
||||
API_KEY: "",
|
||||
CITY: "",
|
||||
READING: 60000 // 10 Min
|
||||
};
|
||||
static WEB_SERVER = {
|
||||
PORT: 8989,
|
||||
WSPORT: 8990
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user