Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
use multiple dbs
Browse files Browse the repository at this point in the history
Signed-off-by: Jason McCallister <jason@craftcms.com>
  • Loading branch information
jasonmccallister committed Apr 8, 2020
1 parent c32cee2 commit 631deda
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions nitro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@ cpus: 2
memory: 2G
disk: 30G
php: 7.3
database:
engine: mysql
version: 5.6
databases:
- engine: mysql
verison: 5.7
port: 3306
- engine: mysql
verison: 5.8
port: 33061
- engine: postgres
verison: 11.7
port: 5432
sites:
- domain: example
path: /Users/jasonmccallister/go/src/github.com/nitro/demo-site
php: 7.4
- domain: another
path: /Users/jasonmccallister/go/src/github.com/nitro/demo-site
- domain: example.test
path: /Users/jasonmccallister/go/src/github.com/nitro/demo-site
root: web
- domain: another.test
path: /Users/jasonmccallister/go/src/github.com/nitro/demo-site
root: web

0 comments on commit 631deda

Please # to comment.