Skip to content

Commit 9b873d7

Browse files
committed
Add example configuration file for application setup
1 parent fdc4f8e commit 9b873d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/config.example.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
TOKEN: 'YOUR_APP_TOKEN_HERE',
3+
PORT: 3000 // ou un autre port si besoin
4+
};

0 commit comments

Comments
 (0)