Skip to content

Commit

Permalink
Update config.example.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mer committed Dec 4, 2023
1 parent 94d92d0 commit 9b4f71c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ var config = {}
config.telegramApiId = 123456789;
config.telegramApiHash = '';

// set location
config.lat = ;
config.lon = ;

// server settings
config.hostname = '127.0.0.1';
config.port = 3000;


module.exports = config;
module.exports = config;

0 comments on commit 9b4f71c

Please sign in to comment.