-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 599 Bytes
/
.env.example
File metadata and controls
19 lines (16 loc) · 599 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Example environment configuration for Log Viewer
# Copy this file to .env and adjust the values
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=your-secret-key-here
###< symfony/framework-bundle ###
###> symfony/routing ###
DEFAULT_URI=http://localhost
###< symfony/routing ###
###> log-viewer ###
# Configure paths to log files - adjust these paths according to your system
APACHE_ERROR_LOG_PATH=/var/log/apache2/error.log
APACHE_ACCESS_LOG_PATH=/var/log/apache2/access.log
PHP_ERROR_LOG_PATH=/var/log/php_errors.log
SYMFONY_LOG_PATH=/var/www/html/var/log/dev.log
###< log-viewer ###