]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/miscs/sql.ts
Remove unused gitlab ci env variables
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / miscs / sql.ts
index 5bd5d5d8a96120b3e89f3e9336b961bac6fe1de7..e68812e1b4363df75b55e1d37021b26f8a638684 100644 (file)
@@ -9,7 +9,7 @@ function getSequelize (internalServerNumber: number) {
   const dbname = 'peertube_test' + internalServerNumber
   const username = 'peertube'
   const password = 'peertube'
-  const host = process.env.GITLAB_CI ? 'postgres' : 'localhost'
+  const host = 'localhost'
   const port = 5432
 
   const seq = new Sequelize(dbname, username, password, {