update readme mysql
This commit is contained in:
parent
b0aca69596
commit
2fdc7a82e5
15
readme.md
15
readme.md
@ -75,6 +75,14 @@ NG_PORT=""
|
||||
NG_USER=""
|
||||
NG_PASS=""
|
||||
NG_NBR_CONN=""
|
||||
|
||||
dbtype="sqlite" # ou "mysql"
|
||||
DB_FILE="/home/$USER/autopost/base_autopost.db"
|
||||
MYSQL_HOST=""
|
||||
MYSQL_PORT=
|
||||
MYSQL_USER=""
|
||||
MYSQL_PASS=""
|
||||
MYSQL_DB=""
|
||||
```
|
||||
|
||||
#### Création du fichier de base de données.
|
||||
@ -115,6 +123,13 @@ module.exports = {
|
||||
|
||||
// Chemin vers le fichier de base de données SQLite
|
||||
dbFile: path.join(__dirname, 'base_autopost.db'),
|
||||
|
||||
//MySQL
|
||||
DB_HOST: '',
|
||||
DB_PORT: ,
|
||||
DB_USER: '',
|
||||
DB_PASSWORD: '',
|
||||
DB_DATABASE: '',
|
||||
|
||||
// Chemins personnalisables pour les dossiers
|
||||
finishdirectory: path.join(__dirname, 'FINIS'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user