diff --git a/conf/.env.example b/conf/.env.example index 5451343..967b49a 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -17,7 +17,7 @@ APP_KEY=__KEY__ # When your application is in debug mode, detailed error messages with # stack traces will be shown on every error that occurs within your # application. If disabled, a simple generic error page is shown. -APP_DEBUG=true +APP_DEBUG=false # This URL is used by the console to properly generate URLs when using # the Artisan command line tool. You should set this to the root of diff --git a/conf/nginx.conf b/conf/nginx.conf index f030905..2cad38f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -15,7 +15,6 @@ location __PATH__/ { try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string; - #try_files $uri $uri/ index.php; location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$; fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock; diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..60ebda9 --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,7 @@ +## Configuration + +Les identifiants par défaut sont : +``` +username: admin@example.org +password: 12345 +``` \ No newline at end of file diff --git a/manifest.json b/manifest.json index a1c7509..d44de7e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self hosted, note taking application", "fr": "Application de prise de notes auto-hébergée" }, - "version": "1.0~ynh1", + "version": "1.0.0~ynh1", "url": "https://alextselegidis.com/get/plainpad", "upstream": { "license": "AGPL-3.0-only",