jjdejong / phpip

Patent and other IP rights portfolio manager and docketing system v2
GNU General Public License v3.0
35 stars 17 forks source link

php artisan key:generate erreur #118

Closed alexandreIP closed 1 year ago

alexandreIP commented 1 year ago

Raspbian GNU/Linux 11 (bullseye) PHP 8.2.1 (cli) (built: Jan 7 2023 08:34:34) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.1, Copyright (c) Zend Technologies with Zend OPcache v8.2.1, Copyright (c), by Zend Technologies

erreur à la dernière commande: pi@raspberrypi:/var/www/phpip $ cp .env.example .env pi@raspberrypi:/var/www/phpip $ php artisan key:generate The environment file is invalid! Failed to parse dotenv file. Encountered unexpected whitespace at [].

Cela fonctionne en commentant les deux lignes suivantes, mais je ne sais pas si c'est la bonne solution:

OPS_APP_KEY=

OPS_SECRET=

Merci

jjdejong commented 1 year ago

Right, the exemplary values for these keys were incorrectly formatted. Fixed in the last commit #1499100