Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
b1tflyyyy committed Apr 28, 2024
1 parent ab3e411 commit 8285e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include "db_config_controller.hpp"

// ---------------------------------------------------------------------------------------------------------------------
std::optional<ADB_Config> ADB_Config_Controller::Load_Config()
{
const char* pg_host{ std::getenv("POSTGRES_HOST") };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include "english_words_info_api_config_controller.hpp"

// ---------------------------------------------------------------------------------------------------------------------
std::optional<AEnglish_Words_Info_API_Config> AEnglish_Words_Info_API_Config_Controller::Load_Config()
{
char* api_key{ std::getenv("ENGLISH_WORDS_INFO_API_KEY") };
Expand Down

0 comments on commit 8285e3b

Please sign in to comment.