mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 21:46:02 +03:00
[PR #846] [MERGED] .env.example added to cypht #1090
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#1090
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cypht-org/cypht/pull/846
Author: @Shadow243
Created: 12/21/2023
Status: ✅ Merged
Merged: 1/5/2024
Merged by: @josaphatim
Base:
master← Head:env-exemple📝 Commits (2)
e39b60a.env.exemple added to cypthd06852aget_ini function removed from cypht📊 Changes
20 files changed (+118 additions, -1062 deletions)
View changed files
📝
.env.example(+3 -0)📝
.gitignore(+1 -2)📝
INSTALL(+23 -25)📝
config/app.php(+3 -3)➕
config/github.php(+24 -0)📝
config/oauth2.php(+3 -40)➕
config/recaptcha.php(+24 -0)➕
config/wordpress.php(+23 -0)➖
hm3.sample.ini(+0 -897)📝
index.php(+1 -0)📝
lib/environment.php(+3 -3)📝
modules/carddav_contacts/README.md(+1 -1)📝
modules/carddav_contacts/modules.php(+1 -1)📝
modules/core/functions.php(+0 -22)📝
modules/ldap_contacts/README.md(+1 -1)📝
modules/nux/modules.php(+5 -5)📝
modules/recaptcha/modules.php(+1 -1)📝
modules/wordpress/modules.php(+1 -1)📝
scripts/config_gen.php(+0 -32)📝
tests/phpunit/modules/core/functions.php(+0 -28)📄 Description
.ENV example added
As requested by @josaphatim https://github.com/cypht-org/cypht/pull/823#issuecomment-1851508160, I added .env.example.
I also renamed .env.dist to .env and separated services.php to oauth2.php, github.php, and wordpress.php to have good references in the install.html file from the crypt-website repository.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.