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
Load environment
System automatically fetches the .env file from your server
Edit variables
Use the built-in code editor to modify your environment variables
Save changes
Click “Save” to upload the modified file back to your server
Environment File Operations
Fetching Environment Files
Access environment section
Navigate to the Environment tab in your shared hosting dashboard
Automatic fetch
System automatically fetches the .env file from your server
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
Modify variables
Edit environment variable values directly in the editor
Add new variables
Add new environment variables as needed
Remove variables
Delete environment variables that are no longer needed
Save changes
Click “Save” to upload the modified file to your server
Changes to environment variables may require application restarts to take effect.