Redo database migrations for pgsql
This commit is contained in:
13
.env.example
13
.env.example
@@ -8,12 +8,13 @@ APP_URL=https://www.graytech.net.au
|
||||
|
||||
LOG_CHANNEL=stack
|
||||
|
||||
DB_CONNECTION=mysql
|
||||
DB_HOST=database
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=database
|
||||
DB_USERNAME=homestead
|
||||
DB_PASSWORD=secret
|
||||
DB_CONNECTION=pgsql
|
||||
DB_HOST=postgres
|
||||
DB_PORT=5432
|
||||
DB_DATABASE=graytech
|
||||
DB_USERNAME=graytech
|
||||
DB_PASSWORD=
|
||||
DB_SCHEMA=billing
|
||||
|
||||
BROADCAST_DRIVER=log
|
||||
CACHE_DRIVER=file
|
||||
|
Reference in New Issue
Block a user