Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved process.env variables to a config file #702

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 14, 2024

  1. Added env to settingsSingleton

    kev306 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8b5ca84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8956b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe5b394 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46bd507 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58c6e1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0a747c View commit details
    Browse the repository at this point in the history
  7. Added google captcha

    kev306 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    bd0fd22 View commit details
    Browse the repository at this point in the history
  8. Added patreon envs to config

    kev306 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1ab7e67 View commit details
    Browse the repository at this point in the history
  9. Added nodeEnv and databaseUrl

    kev306 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d9d9c6b View commit details
    Browse the repository at this point in the history
  10. Added email related configs

    kev306 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ab66eea View commit details
    Browse the repository at this point in the history
  11. Added the discord config

    kev306 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3d324f5 View commit details
    Browse the repository at this point in the history
  12. Added vpn to config

    kev306 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4c6825a View commit details
    Browse the repository at this point in the history
  13. Added remaining env to config

    kev306 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8e7d63d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0cbe508 View commit details
    Browse the repository at this point in the history
  15. Refactored config.ts

    kev306 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4bb1244 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    5eebee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    260fa45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8ad6ab View commit details
    Browse the repository at this point in the history
  4. Minor fix

    kev306 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    226bcdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60264e5 View commit details
    Browse the repository at this point in the history
  6. Extracted Discord config

    kev306 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f620ce8 View commit details
    Browse the repository at this point in the history
  7. Extracted s3 config variables

    kev306 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8836209 View commit details
    Browse the repository at this point in the history
  8. Extracted email variables

    kev306 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4063b3a View commit details
    Browse the repository at this point in the history
  9. Extracted nodeEnv

    kev306 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    605a6cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0007024 View commit details
    Browse the repository at this point in the history
  11. Variable renames

    kev306 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f111894 View commit details
    Browse the repository at this point in the history
  12. Additional variable renames

    kev306 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b9767bf View commit details
    Browse the repository at this point in the history
  13. Renamed config to index.ts

    kev306 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    af65349 View commit details
    Browse the repository at this point in the history
  14. renamed to discordConfig

    kev306 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7f3ddab View commit details
    Browse the repository at this point in the history
  15. Extracted vpn variables

    kev306 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    65f35f1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d3ac29e View commit details
    Browse the repository at this point in the history
  17. Minor update

    kev306 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8e4d60f View commit details
    Browse the repository at this point in the history
  18. Extracted env

    kev306 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f5ffd6d View commit details
    Browse the repository at this point in the history
  19. Added ENV validation

    kev306 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9873ce4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0cb5053 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    41aa393 View commit details
    Browse the repository at this point in the history
  22. Added required prod variables

    kev306 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1df6b7b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a09da92 View commit details
    Browse the repository at this point in the history
  24. Minor fix

    kev306 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    eea948c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Minor update

    kev306 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    92b697d View commit details
    Browse the repository at this point in the history
  2. Updated s3 bucket validation

    kev306 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5426731 View commit details
    Browse the repository at this point in the history
  3. Minor update

    kev306 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    6147795 View commit details
    Browse the repository at this point in the history
  4. Added port validation

    kev306 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    41aebad View commit details
    Browse the repository at this point in the history