From 502c385e9f304a67b45eaa0d1d8f2f87c4a93fda Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Sat, 15 Jun 2019 12:50:41 +1000 Subject: [PATCH] Change DB details. Remove bitbucket-pipelines --- app/config/database.php | 6 +++--- bitbucket-pipelines.yml | 12 ------------ 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 bitbucket-pipelines.yml diff --git a/app/config/database.php b/app/config/database.php index d44b271d..56f41865 100644 --- a/app/config/database.php +++ b/app/config/database.php @@ -10,9 +10,9 @@ 'driver' => 'mysql', 'persistent' => false, 'host' => '172.17.0.1', - 'login' => 'quotenik', - 'password' => 'quotenik', - 'database' => 'quotenik', + 'login' => 'cmc', + 'password' => 'xVRQI&cA?7AU=hqJ!%au', + 'database' => 'cmc', 'prefix' => '', ); diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml deleted file mode 100644 index a039cefd..00000000 --- a/bitbucket-pipelines.yml +++ /dev/null @@ -1,12 +0,0 @@ -# This is a sample build configuration for Other. -# Check our guides at https://confluence.atlassian.com/x/5Q4SMw for more examples. -# Only use spaces to indent your .yml configuration. -# ----- -# You can specify a custom docker image from Docker Hub as your build environment. -image: atlassian/default-image:2 - -pipelines: - default: - - step: - script: - - echo "Everything is awesome!"