[PR #1205] [MERGED] Simplified example env and created full example copy #5788

Closed
opened 2026-02-05 10:17:08 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1205
Author: @ssddanbrown
Created: 1/6/2019
Status: Merged
Merged: 1/6/2019
Merged by: @ssddanbrown

Base: masterHead: env-cleanup


📝 Commits (2)

  • ebe5d64 Simplified example env and created full example copy
  • 54c428c Commented APP_URL by default to prevent upgrade path issues

📊 Changes

4 files changed (+229 additions, -83 deletions)

View changed files

📝 .env.example (+16 -81)
.env.example.complete (+211 -0)
📝 config/app.php (+2 -1)
📝 config/session.php (+0 -1)

📄 Description

Cleanup of the .env.example since it was getting messy.
This simplifies the file to only show what's fully needed.

A .env.example.complete contains all possible options with comments for each.

Will need to review docs to see where variables are mentioned as may have to change wording from set to add in some areas where old variables have been removed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/1205 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 1/6/2019 **Status:** ✅ Merged **Merged:** 1/6/2019 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `env-cleanup` --- ### 📝 Commits (2) - [`ebe5d64`](https://github.com/BookStackApp/BookStack/commit/ebe5d643f3e68a2b6aa8ff5b861de280a477713f) Simplified example env and created full example copy - [`54c428c`](https://github.com/BookStackApp/BookStack/commit/54c428c375fe5da3eecf85d9ddce68e9f19c83d5) Commented APP_URL by default to prevent upgrade path issues ### 📊 Changes **4 files changed** (+229 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+16 -81) ➕ `.env.example.complete` (+211 -0) 📝 `config/app.php` (+2 -1) 📝 `config/session.php` (+0 -1) </details> ### 📄 Description Cleanup of the `.env.example` since it was getting messy. This simplifies the file to only show what's fully needed. A `.env.example.complete` contains all possible options with comments for each. Will need to review docs to see where variables are mentioned as may have to change wording from `set` to `add` in some areas where old variables have been removed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:17:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5788