Skip to content

Commit

Permalink
chore: add healthCheck property in config template
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 1, 2019
1 parent b6c5df2 commit 348a547
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/database.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const databaseConfig: DatabaseConfigContract = {
filename: Application.tmpPath('db.sqlite3'),
},
useNullAsDefault: true,
healthCheck: false,
},

/*
Expand All @@ -62,6 +63,7 @@ const databaseConfig: DatabaseConfigContract = {
password: Env.get('DB_PASSWORD', 'lucid') as string,
database: Env.get('DB_NAME', 'lucid') as string,
},
healthCheck: false,
},

/*
Expand All @@ -84,6 +86,7 @@ const databaseConfig: DatabaseConfigContract = {
password: Env.get('DB_PASSWORD', 'lucid') as string,
database: Env.get('DB_NAME', 'lucid') as string,
},
healthCheck: false,
},
},
}
Expand Down

0 comments on commit 348a547

Please sign in to comment.