diff --git a/.all-contributorsrc b/.all-contributorsrc index aebf49231..c6fe8646b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -196,6 +196,15 @@ "contributions": [ "code" ] + }, + { + "login": "VikramNagwal", + "name": "Vikram", + "avatar_url": "https://avatars.githubusercontent.com/u/123088024?v=4", + "profile": "https://github.com/VikramNagwal", + "contributions": [ + "code" + ] } ] } diff --git a/.env.local_dev b/.env.local_dev index a04faba14..2303bf980 100644 --- a/.env.local_dev +++ b/.env.local_dev @@ -45,14 +45,14 @@ DO_REGION=us-west USE_LOCAL=TRUE # Email mailgun or set SMTP_ENABLE true to use SMTP config (The app will not initialize if any of these 3 variables are not set) ********************************************************************************************************************* -MAILGUN_API_KEY=XXXXX +MAILGUN_API_KEY= MAILGUN_DOMAIN=mail.yourdomain.com MAILGUN_SENDER=postmaster@mail.yourdomain.com SMTP_ENABLE= -SMTP_HOST= -SMTP_PORT= -SMTP_USER_EMAIL= -SMTP_PASS= +SMTP_HOST=smtp.yourhost.com +SMTP_PORT=443 +SMTP_USER_EMAIL=mailer@yourdomain.com +SMTP_PASS=password # Base64 encoded PFX or p12 document signing certificate file ********************************************************************************************************************* diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..7983b7ed8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + # maintain dependencies for frontend + - package-ecosystem: "npm" # See documentation for possible values + directory: "/apps/OpenSign" # Location of package manifests + schedule: + interval: "weekly" + # maintain dependencies for server + - package-ecosystem: "npm" # See documentation for possible values + directory: "/apps/OpenSignServer" # Location of package manifests + schedule: + interval: "weekly" + # maintain dependencies for microfrontends + - package-ecosystem: "npm" # See documentation for possible values + directory: "microfrontends/SignDocuments" # Location of package manifests + schedule: + interval: "weekly" diff --git a/README.md b/README.md index 510848dd2..9c5d5b378 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,9 @@ We would like to thank all our contributors and users for their support and feed