From 4adfddcbd8300bd9b904f33b6a2bee135bc4fefd Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 14 Nov 2021 08:08:19 +1100 Subject: [PATCH 1/3] Update .env.example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 999073c60..c13f120c7 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ APP_NAME="Invoice Ninja" APP_ENV=production -APP_KEY= +APP_KEY=s7epnjtomsdond5zgfqgaqmwhhcjct02 APP_DEBUG=false APP_URL=http://localhost @@ -54,4 +54,4 @@ PHANTOMJS_SECRET=secret UPDATE_SECRET=secret COMPOSER_AUTH='{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}' -SENTRY_LARAVEL_DSN=https://32f01ea994744fa08a0f688769cef78a@sentry.invoicing.co/9 \ No newline at end of file +SENTRY_LARAVEL_DSN=https://32f01ea994744fa08a0f688769cef78a@sentry.invoicing.co/9 From 0c6d274421c985bd787e016a58a68e2a59e7ebb3 Mon Sep 17 00:00:00 2001 From: Will Date: Wed, 26 Jan 2022 22:39:51 -0400 Subject: [PATCH 2/3] Missing alt tag in logo img --- resources/views/email/template/client.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/email/template/client.blade.php b/resources/views/email/template/client.blade.php index d00761ef1..a020e48aa 100644 --- a/resources/views/email/template/client.blade.php +++ b/resources/views/email/template/client.blade.php @@ -114,6 +114,7 @@ From 697171b002e68b820ff94cd1c2dfb4f25eb78127 Mon Sep 17 00:00:00 2001 From: Will Date: Thu, 27 Jan 2022 07:13:46 -0400 Subject: [PATCH 3/3] Removing .env --- .env.example | 57 ---------------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 .env.example diff --git a/.env.example b/.env.example deleted file mode 100644 index c13f120c7..000000000 --- a/.env.example +++ /dev/null @@ -1,57 +0,0 @@ -APP_NAME="Invoice Ninja" -APP_ENV=production -APP_KEY=s7epnjtomsdond5zgfqgaqmwhhcjct02 -APP_DEBUG=false - -APP_URL=http://localhost - -DB_CONNECTION=mysql -MULTI_DB_ENABLED=false - -DB_HOST=localhost -DB_DATABASE=ninja -DB_USERNAME=ninja -DB_PASSWORD=ninja -DB_PORT=3306 - -DEMO_MODE=false - -BROADCAST_DRIVER=log -LOG_CHANNEL=stack -CACHE_DRIVER=file -QUEUE_CONNECTION=sync -SESSION_DRIVER=file -SESSION_LIFETIME=120 - -REDIS_HOST=127.0.0.1 -REDIS_PASSWORD=null -REDIS_PORT=6379 - -MAIL_MAILER=smtp -MAIL_HOST=smtp.mailtrap.io -MAIL_PORT=2525 -MAIL_USERNAME=null -MAIL_PASSWORD=null -MAIL_ENCRYPTION=null -MAIL_FROM_ADDRESS='user@example.com' -MAIL_FROM_NAME='Self Hosted User' - -POSTMARK_API_TOKEN= -REQUIRE_HTTPS=false - -GOOGLE_MAPS_API_KEY= -ERROR_EMAIL= -TRUSTED_PROXIES= - -NINJA_ENVIRONMENT=selfhost - -#options - snappdf / phantom / hosted_ninja -PDF_GENERATOR=phantom - -PHANTOMJS_KEY='a-demo-key-with-low-quota-per-ip-address' -PHANTOMJS_SECRET=secret - -UPDATE_SECRET=secret - -COMPOSER_AUTH='{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}' -SENTRY_LARAVEL_DSN=https://32f01ea994744fa08a0f688769cef78a@sentry.invoicing.co/9