From 3b77756ef62ba9c0ad731120d99fe04627e4cee1 Mon Sep 17 00:00:00 2001 From: Daniel Brendel Date: Sun, 25 Sep 2022 10:22:02 +0200 Subject: [PATCH] Rebranding env --- .env.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.example b/.env.example index 06c76fa..f86dd46 100644 --- a/.env.example +++ b/.env.example @@ -8,20 +8,20 @@ # string, integer, float, boolean and null (auto detected) # App settings -APP_NAME="SteamCards" +APP_NAME="SteamWidgets" APP_VERSION=1.0 APP_AUTHOR="Daniel Brendel" APP_CONTACT="dbrendel1988@gmail.com" -APP_TITLE="${APP_NAME} - Integrate Steam Cards into your website" -APP_DESCRIPTION="Integrate Steam Cards of your game/app into your website" -APP_KEYWORDS="steam, cards, steam cards, widgets" +APP_TITLE="${APP_NAME} - Integrate Steam Widgets into your website" +APP_DESCRIPTION="Integrate Steam Widgets of your game/app into your website" +APP_KEYWORDS="steam, widgets, steam widgets, steam game widget, steam app widget, steam server widget, steam player widget" APP_DEBUG=true APP_BASEDIR="" APP_SESSION=true APP_LINK_GITHUB="https://github.com/danielbrendel" APP_LINK_TWITTER="https://twitter.com/dbrendel_dev" APP_LINK_STEAM="https://store.steampowered.com/developer/danielbrendel/" -APP_PACKAGE="danielbrendel/steamcards-web" +APP_PACKAGE="danielbrendel/steamwidgets-web" APP_SHOWNPMUSAGE=true APP_NPMPACKAGENAME="" APP_NPMPACKAGEURL=""