Change DB details. Remove bitbucket-pipelines

This commit is contained in:
Karl Cordes 2019-06-15 12:50:41 +10:00
parent 9d15fbe1d7
commit 502c385e9f
2 changed files with 3 additions and 15 deletions

View file

@ -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' => '',
);

View file

@ -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!"