Add basic docker configuration (#36)

This commit is contained in:
itismadness
2019-10-08 10:21:44 +00:00
committed by Gitea
parent 316b01ce07
commit cff4fcfd5b
23 changed files with 3598 additions and 42 deletions

View File

@@ -15,19 +15,10 @@ return
'adapter' => 'mysql',
'host' => SQLHOST,
'name' => SQLDB,
'user' => 'prod',
'pass' => '34UJ$!151ykFDcf3yo3ru9**s^spL##1DJdfj!r*WXG^sMfGjxM$u9W!rHATRUN&',
'user' => SQL_PHINX_USER,
'pass' => SQL_PHINX_PASS,
'port' => SQLPORT,
'charset' => 'utf8'
],
'vagrant_external' => [
'adapter' => 'mysql',
'host' => '127.0.0.1',
'name' => 'gazelle',
'user' => 'gazelle',
'pass' => 'password',
'port' => 36000,
'charset' => 'utf8'
]
],
'version_order' => 'creation'