Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Commit 890437d

Browse files
APPLE_MACBOOKAPPLE_MACBOOK
APPLE_MACBOOK
authored and
APPLE_MACBOOK
committedAug 25, 2022
new changes
1 parent 7a3494e commit 890437d

File tree

4 files changed

+64
-4
lines changed

4 files changed

+64
-4
lines changed
 

‎.env.dev

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ DB_CONNECTION=pgsql
1717
DB_HOST=postgres
1818
DB_PORT=5432
1919
DB_DATABASE=app
20-
DB_USERNAME=app
21-
DB_PASSWORD=app
20+
DB_USERNAME=postgres
21+
DB_PASSWORD=postgres
2222

2323
BROADCAST_DRIVER=redis
2424
CACHE_DRIVER=redis

‎composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"familytree365/laravel-gedcom": "^3.1",
99
"familytree365/laravel-gelato": "^1.0",
1010
"familytree365/multitenancy": "^2.0",
11+
"familytree365/recordsapi": "dev-master",
1112
"flowgistics/laravel-xml": "^1.1",
1213
"fruitcake/laravel-cors": "^3.0",
1314
"guzzlehttp/guzzle": "^7.2",

‎composer.lock

+52-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎config/recordsapi.php

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
return [
4+
'records_api_url'=>env('RECORDS_API_URL', ""),
5+
6+
'records_app_id' => env('RECORDS_APP_ID'),
7+
8+
'records_app_key' => env('RECORDS_APP_KEY')
9+
];

0 commit comments

Comments
 (0)