diff --git a/.env b/.env deleted file mode 100644 index d784a5e..0000000 --- a/.env +++ /dev/null @@ -1,43 +0,0 @@ -NODE_ENV=develop -APP_PORT=3999 -APP_NAME="NestJS API" -API_PREFIX=api -APP_FALLBACK_LANGUAGE=en -APP_HEADER_LANGUAGE=x-custom-lang -FRONTEND_DOMAIN=http://localhost:3000 -BACKEND_DOMAIN=http://localhost:3999 - -DATABASE_TYPE=mysql -DATABASE_HOST=localhost -DATABASE_PORT=3306 -DATABASE_USERNAME=teamwallet -DATABASE_PASSWORD=SYdktg804sEpwaBNsfjW8wje70clnju7LVgwGRVn -DATABASE_NAME=teamwallet -DATABASE_SYNCHRONIZE=true -DATABASE_MAX_CONNECTIONS=100 -DATABASE_SSL_ENABLED=false -DATABASE_REJECT_UNAUTHORIZED=false -DATABASE_CA= -DATABASE_KEY= -DATABASE_CERT= - -# Support "local", "s3" -FILE_DRIVER=local -ACCESS_KEY_ID= -SECRET_ACCESS_KEY= -AWS_S3_REGION= -AWS_DEFAULT_S3_BUCKET= - -MAIL_HOST=smtp.strato.de -MAIL_PORT=465 -MAIL_USER=accountservice@myteamwallet.de -MAIL_PASSWORD=HmQnnMZmw9aqwcolX5cSJjazhMEhT3Vve3v6wAxt -MAIL_IGNORE_TLS=true -MAIL_SECURE=true -MAIL_REQUIRE_TLS=false -MAIL_DEFAULT_EMAIL=accountservice@myteamwallet.de -MAIL_DEFAULT_NAME=accountservice@myteamwallet.de -MAIL_CLIENT_PORT=1080 - -AUTH_JWT_SECRET=this-is-onE-longer-secret -AUTH_JWT_TOKEN_EXPIRES_IN=100d diff --git a/.gitignore b/.gitignore index e458ed5..503e094 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .worktrees/ +.env \ No newline at end of file diff --git a/myteamwallet_frontend_modern/src/app/features/team/more/invite/invite.scss b/myteamwallet_frontend_modern/src/app/features/team/more/invite/invite.scss index bf31742..2a8975d 100644 --- a/myteamwallet_frontend_modern/src/app/features/team/more/invite/invite.scss +++ b/myteamwallet_frontend_modern/src/app/features/team/more/invite/invite.scss @@ -13,6 +13,7 @@ p { } h1 { font-size: clamp(2rem, 4vw, 3rem); + line-height: clamp(2rem, 4vw, 3rem); margin-bottom: 8px; } .eyebrow { diff --git a/myteamwallet_frontend_modern/src/app/features/team/more/penalties/penalties.scss b/myteamwallet_frontend_modern/src/app/features/team/more/penalties/penalties.scss index a17029b..407924f 100644 --- a/myteamwallet_frontend_modern/src/app/features/team/more/penalties/penalties.scss +++ b/myteamwallet_frontend_modern/src/app/features/team/more/penalties/penalties.scss @@ -13,6 +13,7 @@ p { } h1 { font-size: clamp(2rem, 4vw, 3rem); + line-height: clamp(2rem, 4vw, 3rem); margin-bottom: 8px; } .eyebrow { diff --git a/myteamwallet_frontend_modern/src/app/features/team/more/profile/profile.scss b/myteamwallet_frontend_modern/src/app/features/team/more/profile/profile.scss index ba9ce16..7086289 100644 --- a/myteamwallet_frontend_modern/src/app/features/team/more/profile/profile.scss +++ b/myteamwallet_frontend_modern/src/app/features/team/more/profile/profile.scss @@ -13,6 +13,7 @@ p { } h1 { font-size: clamp(2rem, 4vw, 3rem); + line-height: clamp(2rem, 4vw, 3rem); margin-bottom: 8px; } .eyebrow {