* 🐛 User not added to DB - force die() on error (#118) * 🐛 User not added to DB - force die() on error Signed-off-by: Luke Tainton <luke@tainton.uk> * Restyled by php-cs-fixer (#119) Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io> * Fixing Login Die * Broken login (#121) * Fixing Login Die * Fix Broken Login 2 * Broken login (#122) * Fixing Login Die * Fix Broken Login 2 * Update footer * Try Somethin New Today * Move break rule in footer (#124) * Update footer.php * Change line break to pipe * Remove full stop Co-authored-by: Alexander Davis <alex@adcm.uk> * ✨ Add Sentry (#127) Signed-off-by: Luke Tainton <luke@tainton.uk> * 🚧 Migrate from Sentry to GlitchTip (#129) Signed-off-by: Luke Tainton <luke@tainton.uk> * 🐛 Move opening and closing 'main' tags (#132) * 🐛 Move opening and closing 'main' tags Signed-off-by: Luke Tainton <luke@tainton.uk> * Restyled by php-cs-fixer (#133) Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: Luke Tainton <luke@tainton.uk> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io>
17 lines
262 B
Plaintext
17 lines
262 B
Plaintext
APP_NAME = "FHeD"
|
|
APP_VERSION = "0.0.1"
|
|
APP_URL = ""
|
|
|
|
ATTACHMENTS_PATH = ""
|
|
|
|
MYSQL_USER = ""
|
|
MYSQL_PASS = ""
|
|
MYSQL_HOST = ""
|
|
MYSQL_DB = ""
|
|
|
|
OIDC_HOST = ""
|
|
OIDC_CLIENT_ID = ""
|
|
OIDC_CLIENT_SECRET = ""
|
|
OIDC_DISABLE_SSL = ""
|
|
|
|
SENTRY_ENVIRONMENT = "" |