From 64ef1a47387b0d0ded17d5f4d0723b8211012769 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Thu, 27 Aug 2020 20:43:10 -0400 Subject: AppConfigBuild.php -> config.php --- config.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config.php (limited to 'config.php') diff --git a/config.php b/config.php new file mode 100644 index 0000000..0e83ebe --- /dev/null +++ b/config.php @@ -0,0 +1,21 @@ + [ + 'name' => 'pgsql_database', + 'username' => 'pgsql_username', + 'password' => 'pgsql_password', + 'connection' => 'pgsql:', + 'options' => [ + PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION + ] + ], + + 'mail' => [ + 'host' => 'email_host', + 'port' => 'email_port', + 'name' => 'email_name', + 'username' => 'email_username', + 'password' => 'email_password', + ] +]; -- cgit v1.2.3