mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1435] [MERGED] Fix hostname env variable name in rust egg #1388
Reference in New Issue
Block a user
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/pelican-dev/panel/pull/1435
Author: @Boy132
Created: 6/6/2025
Status: ✅ Merged
Merged: 6/6/2025
Merged by: @Boy132
Base:
main← Head:boy132/fix-rust-hostname📝 Commits (1)
2d0ec31fix hostname env variable name in rust egg📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
database/Seeders/eggs/rust/egg-rust.json(+3 -3)📄 Description
HOSTNAMEis reserved, so rename it toSERVER_HOSTNAME.This is done automatically when importing eggs but when updating from older versions this can cause sql errors.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.