Skip to content
Snippets Groups Projects
Commit 3f93a278 authored by Guillaume Vagner's avatar Guillaume Vagner
Browse files

add readme.md

parent 4823e927
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment