Overview
The Environment Variables feature in Loupp allows you to view, edit, and manage.env
files for your shared hosting applications. The system automatically fetches your environment file from the server and provides a secure editor for making changes.
How It Works
Automatic File Fetching
Automatic Loading
Environment file is automatically fetched when the page loads
Secure Editing
Edit environment variables directly in the browser interface
Workflow
1
Load environment
System automatically fetches the .env file from your server
2
Edit variables
Use the built-in code editor to modify your environment variables
3
Save changes
Click “Save” to upload the modified file back to your server
Environment File Operations
Fetching Environment Files
1
Access environment section
Navigate to the Environment tab in your shared hosting dashboard
2
Automatic fetch
System automatically fetches the .env file from your server
3
View content
File content displays in the built-in editor
File Path: Environment files are fetched from the path specified in your server configuration
Editing Environment Variables
1
Modify variables
Edit environment variable values directly in the editor
2
Add new variables
Add new environment variables as needed
3
Remove variables
Delete environment variables that are no longer needed
4
Save changes
Click “Save” to upload the modified file to your server
Changes to environment variables may require application restarts to take effect.