summaryrefslogtreecommitdiff
path: root/core/auth/env.example
diff options
context:
space:
mode:
authorGeo Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-05-15 18:15:37 +0300
committerGeo Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-05-15 18:15:37 +0300
commit59cd40235bf4746a119421609b25d7e9b7f65f83 (patch)
tree35a4929d59ed87b97219ea992e4cbcdc994a78d5 /core/auth/env.example
parent0d983359abb511f75aa5f0b2b498b97728eb25a3 (diff)
downloadgyraf1gov-59cd40235bf4746a119421609b25d7e9b7f65f83.tar.gz
gyraf1gov-59cd40235bf4746a119421609b25d7e9b7f65f83.tar.bz2
gyraf1gov-59cd40235bf4746a119421609b25d7e9b7f65f83.zip
refactoring framework defaults
Diffstat (limited to 'core/auth/env.example')
-rw-r--r--core/auth/env.example36
1 files changed, 0 insertions, 36 deletions
diff --git a/core/auth/env.example b/core/auth/env.example
deleted file mode 100644
index fd47dd8..0000000
--- a/core/auth/env.example
+++ /dev/null
@@ -1,36 +0,0 @@
-ENVIRONMENT='development'
-
-# MySQL connection
-# --- -- -- - - -
-DB_NAME=
-DB_USER=
-DB_PASS=
-PDO_HOST=
-
-# mailhog
-# == testting/fake email service
-# --- -- -- - - -
-# MAIL_HOST=mailhog_server
-# MAIL_PORT=1025
-# MAIL_USERNAME=
-# MAIL_PASSWORD=
-# MAIL_ENCRYPTION=
-
-# SMTP setup
-# == read mail server
-# --- -- -- - - -
-MAIL_MAILER=smtp
-MAIL_HOST=
-MAIL_PORT=465
-MAIL_USERNAME=
-MAIL_PASSWORD=
-MAIL_ENCRYPTION=ssl
-NO_REPLY_EMAIL=noreply@...
-REPLY_TO_EMAIL=webmaster@r...
-MAIL_FROM_NAME=Classroom
-
-# redis cache server
-# --- -- -- - - -
-# REDIS_HOST=redis
-# REDIS_PASSWORD=
-# REDIS_PORT=6379 \ No newline at end of file