From 3f93a27843fbcd2010f43b28b7d232d075928c23 Mon Sep 17 00:00:00 2001
From: Guillaume Vagner <guillaume.vagner@supelec.fr>
Date: Sat, 2 Mar 2019 14:11:11 +0100
Subject: [PATCH] add readme.md

---
 README.md | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/README.md b/README.md
index e69de29..738684a 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,28 @@
+Fichier de configuration `config.js`
+
+``` js
+const config = {
+    telegram: {
+        token: '',
+        admin_chat: 
+    },
+    oauth2: {
+        clientid: '',
+        secretid: '',
+        scope: 'default linkcs-asso:read linkcs-user:read'
+    },
+    website: {
+        hostname: '',
+        protocol: '',
+        port: 
+    },
+    mysql: {
+        host: '',
+        user: '',
+        password: '',
+        database: ''
+    }
+};
+
+module.exports = config;
+```
\ No newline at end of file
-- 
GitLab