Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Libertech-FR/mailrest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.10
Choose a base ref
...
head repository: Libertech-FR/mailrest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 18 commits
  • 20 files changed
  • 2 contributors

Commits on Oct 13, 2023

  1. Update README.md

    tacxou authored Oct 13, 2023
    Copy the full SHA
    fa139c3 View commit details

Commits on Oct 18, 2023

  1. Update swagger.json

    tacxou committed Oct 18, 2023
    Copy the full SHA
    3d1f40c View commit details

Commits on Oct 19, 2023

  1. FIX env variables names

    tacxou committed Oct 19, 2023
    Copy the full SHA
    00bc9c6 View commit details
  2. v0.0.5

    Github Action committed Oct 19, 2023
    Copy the full SHA
    904f2f2 View commit details

Commits on Oct 23, 2023

  1. FIX submit error msg

    tacxou committed Oct 23, 2023
    Copy the full SHA
    a0a71a8 View commit details
  2. Copy the full SHA
    9cb71f0 View commit details
  3. FIX mailrest

    tacxou committed Oct 23, 2023
    Copy the full SHA
    42b8374 View commit details

Commits on Oct 24, 2023

  1. Fix update swagger

    tacxou committed Oct 24, 2023
    Copy the full SHA
    a2dad89 View commit details
  2. Update openapi sdk

    tacxou committed Oct 24, 2023
    Copy the full SHA
    929ba01 View commit details

Commits on Oct 25, 2023

  1. fix it

    tacxou committed Oct 25, 2023
    Copy the full SHA
    a7e2838 View commit details
  2. Update version

    tacxou committed Oct 25, 2023
    Copy the full SHA
    acf93cf View commit details
  3. Update LICENSE

    tacxou authored Oct 25, 2023
    Copy the full SHA
    69c33ad View commit details
  4. Update Makefile

    tacxou committed Oct 25, 2023
    Copy the full SHA
    9011cd9 View commit details
  5. Copy the full SHA
    cc7f3c6 View commit details
  6. fix swagger

    tacxou committed Oct 25, 2023
    Copy the full SHA
    7ff50b3 View commit details
  7. update version

    tacxou committed Oct 25, 2023
    Copy the full SHA
    f72c7cc View commit details
  8. 0.0.14

    tacxou committed Oct 25, 2023
    Copy the full SHA
    3705546 View commit details

Commits on Mar 1, 2024

  1. wip fix

    tacxou committed Mar 1, 2024
    Copy the full SHA
    45bf839 View commit details
21 changes: 5 additions & 16 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
APPNAME=mailrest

IOREDIS_URL=redis://template-redis:6379/1

JWT_SECRET=1212974
CRYPT_SECURITYKEY=78987946

MAILER_TRANSPORT_HOST=template-maildev
MAILER_TRANSPORT_PORT=1025
MAILER_TRANSPORT_SECURE=0
MAILER_TRANSPORT_IGNORETLS=0
MAILER_TRANSPORT_AUTHUSER=''
MAILER_TRANSPORT_AUTHPASS=''
MAILER_DEFAULTS_FROM="'test' <test@test.com>"
# https://ethereal.email/
# https://webhook.site/
# https://randomkeygen.com/
MR_LOGGER=debug
MR_IOREDIS_URL=redis://host.docker.internal:6379/7
MR_JWT_SECRET="H~FY+m4Wh'R51N0>:dE2-OG&a:G^m{*A:8vt1G0)D,]CsrP:PhbF,lYLS@\"KAV<"
MR_CRYPT_SECURITYKEY="_&y#`?S?<,YGahnm\"E3d>9dSo83}k},Z-./%[f'<I.[,U_y84H=p9T!*C4Yn=#+"
Loading