Update paymenter.json

Updated json notes
This commit is contained in:
Nícolas Pastorello 2025-04-11 10:00:52 -03:00 committed by GitHub
parent e71d765810
commit 19e0dd8ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,8 +30,10 @@
"username": "admin@paymenter.org",
"password": "paymenter"
},
"notes": {
"text": "After installation, navigate to the directory with `cd /opt/paymenter` and run `php artisan app:init`. An interactive setup will prompt you to enter your company name and application URL.",
"type": "info"
}
"notes": [
{
"text": "After installation, navigate to the directory with `cd /opt/paymenter` and run `php artisan app:init`. An interactive setup will prompt you to enter your company name and application URL.",
"type": "info"
}
]
}