جميع المحفوظات

مجاني
الـقــرار 1680

الـقــرار 1680

طوني حبيب
قرار مجلس الأمن يؤكد على ترسيم الحدود ال...
مجاني
قانون الانتخاب بنظامه المختلط الأكثري والنسبي

قانون الانتخاب بنظامه المختلط الأكثري والنسبي

طوني حبيب
النص الكامل لمشروع قانون الانتخاب بنظامه...
مجاني
دعوة الى الحوار حول تجديد العقد الاجتماعي بين اللبنانيين وإقامة الدولة المدنية
مجاني
ورقة التفاهم بين حزب الله والتيار الوطني الحر
مجاني
خلوة سيدة الجبل الخامسة
مجاني
تقرير ديتليف ميليس  في اغتيال الرئيس رفيق الحريري

تقرير ديتليف ميليس في اغتيال الرئيس رفيق الحريري

طوني حبيب
النص الحرفي لتقرير اللجنة الدولية للتحقي...
Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/var/www/storage/framework/sessions/Qwt5Om3IX2tWbbZ8jZOTMkEbEkBVGLVdazShMsKD): failed to open stream: No space left on device ErrorException thrown with message "file_put_contents(/var/www/storage/framework/sessions/Qwt5Om3IX2tWbbZ8jZOTMkEbEkBVGLVdazShMsKD): failed to open stream: No space left on device" Stacktrace: #7 ErrorException in /var/www/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #6 file_put_contents in /var/www/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #5 Illuminate\Filesystem\Filesystem:put in /var/www/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #4 Illuminate\Session\FileSessionHandler:write in /var/www/vendor/laravel/framework/src/Illuminate/Session/Store.php:129 #3 Illuminate\Session\Store:save in /var/www/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:87 #2 Illuminate\Session\Middleware\StartSession:terminate in /var/www/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:218 #1 Illuminate\Foundation\Http\Kernel:terminateMiddleware in /var/www/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:189 #0 Illuminate\Foundation\Http\Kernel:terminate in /var/www/public/index.php:60
7
ErrorException
/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php122
6
file_put_contents
/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php122
5
Illuminate\Filesystem\Filesystem put
/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php83
4
Illuminate\Session\FileSessionHandler write
/vendor/laravel/framework/src/Illuminate/Session/Store.php129
3
Illuminate\Session\Store save
/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php87
2
Illuminate\Session\Middleware\StartSession terminate
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php218
1
Illuminate\Foundation\Http\Kernel terminateMiddleware
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php189
0
Illuminate\Foundation\Http\Kernel terminate
/public/index.php60
/var/www/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Prepend to a file.
     *
     * @param  string  $path
     * @param  string  $data
     * @return int
     */
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data.$this->get($path));
        }
 
        return $this->put($path, $data);
    }
 
    /**
     * Append to a file.
Arguments
  1. "file_put_contents(/var/www/storage/framework/sessions/Qwt5Om3IX2tWbbZ8jZOTMkEbEkBVGLVdazShMsKD): failed to open stream: No space left on device"
    
/var/www/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Prepend to a file.
     *
     * @param  string  $path
     * @param  string  $data
     * @return int
     */
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data.$this->get($path));
        }
 
        return $this->put($path, $data);
    }
 
    /**
     * Append to a file.
Arguments
  1. "/var/www/storage/framework/sessions/Qwt5Om3IX2tWbbZ8jZOTMkEbEkBVGLVdazShMsKD"
    
  2. "a:3:{s:6:"_token";s:40:"C9YsKP2ty42jU0KluS1LUHGwhNwrTNuEirOPVHXj";s:9:"_previous";a:1:{s:3:"url";s:40:"http://lcrs-politica.com/archive?page=24";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. 2
    
/var/www/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        if ($this->files->isFile($path = $this->path.'/'.$sessionId)) {
            if ($this->files->lastModified($path) >= Carbon::now()->subMinutes($this->minutes)->getTimestamp()) {
                return $this->files->sharedGet($path);
            }
        }
 
        return '';
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        $this->files->put($this->path.'/'.$sessionId, $data, true);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        $this->files->delete($this->path.'/'.$sessionId);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function gc($lifetime)
    {
        $files = Finder::create()
Arguments
  1. "/var/www/storage/framework/sessions/Qwt5Om3IX2tWbbZ8jZOTMkEbEkBVGLVdazShMsKD"
    
  2. "a:3:{s:6:"_token";s:40:"C9YsKP2ty42jU0KluS1LUHGwhNwrTNuEirOPVHXj";s:9:"_previous";a:1:{s:3:"url";s:40:"http://lcrs-politica.com/archive?page=24";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. true
    
/var/www/vendor/laravel/framework/src/Illuminate/Session/Store.php
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForUnserialize($data)
    {
        return $data;
    }
 
    /**
     * Save the session data to storage.
     *
     * @return bool
     */
    public function save()
    {
        $this->ageFlashData();
 
        $this->handler->write($this->getId(), $this->prepareForStorage(
            serialize($this->attributes)
        ));
 
        $this->started = false;
    }
 
    /**
     * Prepare the serialized session data for storage.
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForStorage($data)
    {
        return $data;
    }
 
    /**
     * Age the flash data for the session.
     *
     * @return void
Arguments
  1. "Qwt5Om3IX2tWbbZ8jZOTMkEbEkBVGLVdazShMsKD"
    
  2. "a:3:{s:6:"_token";s:40:"C9YsKP2ty42jU0KluS1LUHGwhNwrTNuEirOPVHXj";s:9:"_previous";a:1:{s:3:"url";s:40:"http://lcrs-politica.com/archive?page=24";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
/var/www/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php
        if ($this->sessionConfigured()) {
            $this->storeCurrentUrl($request, $session);
 
            $this->addCookieToResponse($response, $session);
        }
 
        return $response;
    }
 
    /**
     * Perform any final actions for the request lifecycle.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Symfony\Component\HttpFoundation\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        if ($this->sessionHandled && $this->sessionConfigured() && ! $this->usingCookieSessions()) {
            $this->manager->driver()->save();
        }
    }
 
    /**
     * Start the session for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Contracts\Session\Session
     */
    protected function startSession(Request $request)
    {
        return tap($this->getSession($request), function ($session) use ($request) {
            $session->setRequestOnHandler($request);
 
            $session->start();
        });
    }
 
    /**
     * Get the session implementation from the manager.
/var/www/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
                continue;
            }
 
            [$name] = $this->parseMiddleware($middleware);
 
            $instance = $this->app->make($name);
 
            if (method_exists($instance, 'terminate')) {
                $instance->terminate($request, $response);
            }
        }
    }
 
    /**
     * Gather the route middleware for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return array
     */
    protected function gatherRouteMiddleware($request)
    {
        if ($route = $request->route()) {
            return $this->router->gatherRouteMiddleware($route);
        }
 
        return [];
    }
 
    /**
Arguments
  1. Illuminate\Http\Request {#43
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#1291 …4}
      #routeResolver: Closure() {#1293 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#51}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#51}
      +server: Symfony\Component\HttpFoundation\ServerBag {#47}
      +files: Symfony\Component\HttpFoundation\FileBag {#48}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/archive"
      #requestUri: "/archive?page=24"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Illuminate\Session\Store {#1283}
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Illuminate\Http\Response {#1451}
    
/var/www/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
     */
    protected function dispatchToRouter()
    {
        return function ($request) {
            $this->app->instance('request', $request);
 
            return $this->router->dispatch($request);
        };
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        $this->terminateMiddleware($request, $response);
 
        $this->app->terminate();
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
Arguments
  1. Illuminate\Http\Request {#43
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#1291 …4}
      #routeResolver: Closure() {#1293 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#51}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#51}
      +server: Symfony\Component\HttpFoundation\ServerBag {#47}
      +files: Symfony\Component\HttpFoundation\FileBag {#48}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/archive"
      #requestUri: "/archive?page=24"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Illuminate\Session\Store {#1283}
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Illuminate\Http\Response {#1451}
    
/var/www/public/index.php
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
 
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
 
$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);
 
$response->send();
 
$kernel->terminate($request, $response);
 
Arguments
  1. Illuminate\Http\Request {#43
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#1291 …4}
      #routeResolver: Closure() {#1293 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#51}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#51}
      +server: Symfony\Component\HttpFoundation\ServerBag {#47}
      +files: Symfony\Component\HttpFoundation\FileBag {#48}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/archive"
      #requestUri: "/archive?page=24"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Illuminate\Session\Store {#1283}
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Illuminate\Http\Response {#1451}
    

Environment & details:

Key Value
page
"24"
empty
empty
empty
empty
Key Value
REDIRECT_STATUS
"200"
HTTP_HOST
"lcrs-politica.com"
HTTP_X_REQUEST_ID
"1234"
HTTP_X_REAL_IP
"216.73.217.37"
HTTP_X_FORWARDED_FOR
"216.73.217.37"
HTTP_X_FORWARDED_HOST
"lcrs-politica.com"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SCHEME
"https"
HTTP_X_SCHEME
"https"
HTTP_X_ORIGINAL_FORWARDED_FOR
"216.73.217.37"
HTTP_CF_RAY
"a2507b4d4df26e2a-CMH"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"216.73.217.37"
HTTP_CF_IPCOUNTRY
"US"
HTTP_CF_VISITOR
"{"scheme":"https"}"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
SERVER_SIGNATURE
"<address>Apache/2.4.52 (Debian) Server at lcrs-politica.com Port 8080</address>\n"
SERVER_SOFTWARE
"Apache/2.4.52 (Debian)"
SERVER_NAME
"lcrs-politica.com"
SERVER_ADDR
"10.20.0.216"
SERVER_PORT
"8080"
REMOTE_ADDR
"10.20.0.230"
DOCUMENT_ROOT
"/var/www/public"
REQUEST_SCHEME
"http"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/var/www/public"
SERVER_ADMIN
"webmaster@localhost"
SCRIPT_FILENAME
"/var/www/public/index.php"
REMOTE_PORT
"41450"
REDIRECT_URL
"/archive"
REDIRECT_QUERY_STRING
"page=24"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
"page=24"
REQUEST_URI
"/archive?page=24"
SCRIPT_NAME
"/index.php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1785709350.2307
REQUEST_TIME
1785709350
argv
array:1 [
  0 => "page=24"
]
argc
1
APP_NAME
"Politica"
APP_ENV
"local"
APP_KEY
"base64:GgXSbDyU+nnWQt3VWznpEDDkspzjl3R+8/ut84l4TfQ="
APP_DEBUG
"true"
APP_URL
"https://lcrs-politica.com"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"10.20.8.4"
DB_PORT
"3306"
DB_DATABASE
"politica_test"
DB_USERNAME
"politica_user"
DB_PASSWORD
"Politica1294@@"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"mail.lcrs-politica.com"
MAIL_PORT
"25"
MAIL_USERNAME
"[email protected]"
MAIL_PASSWORD
"New0518#"
MAIL_ENCRYPTION
"null"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
YOUTUBE_API_KEY
"AIzaSyBO1npz3hdlBUppcEKW1G2TNXLujTIl0wc"
Key Value
NELCOMGROUP_PROD_SVC_SERVICE_PORT_HTTPS
"8443"
MEATANDWOK_SVC_PORT_8443_TCP_PROTO
"tcp"
ANNAWARD_SVC_SERVICE_PORT
"8443"
OPLATFORM_AI_PROD_SVC_PORT_80_TCP_PROTO
"tcp"
ANNAWARD_SVC_PORT
"tcp://10.0.166.203:8443"
POLITICA_WEB_PROD_SVC_PORT_8080_TCP
"tcp://10.0.156.116:8080"
OPLATFORM_BACKEND_SVC_SERVICE_PORT_HTTP
"8443"
THEATREMONNOT_SVC_SERVICE_PORT_HTTP
"8443"
CMS_MOOVTOO_PROD_SVC_PORT_8443_TCP
"tcp://10.0.215.29:8443"
MEATANDWOK_SVC_SERVICE_PORT
"8443"
MEATANDWOK_SVC_PORT
"tcp://10.0.148.161:8443"
ANNAWARD_SVC_PORT_8443_TCP_PROTO
"tcp"
SOCIALAIM_SVC_SERVICE_HOST
"10.0.212.27"
FORMEMO_WEB_PROD_SVC_PORT_8443_TCP_ADDR
"10.0.98.122"
KUBERNETES_PORT
"tcp://10.0.0.1:443"
KUBERNETES_SERVICE_PORT
"443"
GIT_SSH_COMMAND
"/usr/local/bin/bitbucket-ssh"
OPLATFORM_ANALYTICS_SVC_SERVICE_PORT_HTTPS
"3000"
CHATBOTFRANCE_SVC_SERVICE_PORT
"80"
CHATBOTFRANCE_SVC_PORT
"tcp://10.0.26.75:80"
NELCOMGROUP_PROD_SVC_SERVICE_HOST
"10.0.214.135"
APACHE_CONFDIR
"/etc/apache2"
SOCIALAIM_SVC_PORT_8443_TCP_ADDR
"10.0.212.27"
MOOVTOO_AI_PROD_SVC_PORT_80_TCP
"tcp://10.0.182.111:80"
CGR_WEB_PROD_SVC_PORT_8443_TCP
"tcp://10.0.50.133:8443"
OPLATFORM_WEB_V1_SVC_SERVICE_PORT_HTTP
"8443"
OPLATFORM_ANALYTICS_SVC_PORT_3000_TCP
"tcp://10.0.39.234:3000"
HOSTNAME
"politica-web-prod-deployment-67d47cdf6b-5mxgt"
PHP_INI_DIR
"/usr/local/etc/php"
OPLATFORM_ANALYTICS_SVC_SERVICE_HOST
"10.0.39.234"
FORMEMO_WEB_PROD_SVC_PORT_8443_TCP_PORT
"8443"
FORMEMO_WEB_PROD_SVC_PORT
"tcp://10.0.98.122:8443"
FORMEMO_WEB_PROD_SVC_PORT_8443_TCP_PROTO
"tcp"
MOOVTOO_WEB_PROD_SVC_PORT_22_TCP
"tcp://10.0.147.112:22"
SOEE_WEB_PROD_SVC_SERVICE_PORT_HTTP
"8443"
BUSINESS_MOOVTOO_WEB_PROD_SVC_SERVICE_PORT_SSH
"22"
FORMEMO_WEB_PROD_SVC_SERVICE_PORT
"8443"
NELCOMGROUP_PROD_SVC_PORT_8443_TCP_ADDR
"10.0.214.135"
GIT_CONFIG_COUNT
"0"
SOCIALAIM_SVC_PORT_8443_TCP_PORT
"8443"
SOCIALAIM_SVC_PORT
"tcp://10.0.212.27:8443"
SOCIALAIM_SVC_SERVICE_PORT
"8443"
SOCIALAIM_SVC_PORT_8443_TCP_PROTO
"tcp"
OPLATFORM_BACKEND_SVC_SERVICE_HOST
"10.0.212.251"
THEATREMONNOT_SVC_SERVICE_HOST
"10.0.230.171"
NELCOMGROUP_PROD_SVC_PORT_8443_TCP_PORT
"8443"
CHATBOTFRANCE_SVC_PORT_80_TCP_ADDR
"10.0.26.75"
ANNAWARD_SVC_PORT_8443_TCP
"tcp://10.0.166.203:8443"
OPLATFORM_AI_PROD_SVC_PORT_80_TCP
"tcp://10.0.4.81:80"
MEATANDWOK_SVC_PORT_8443_TCP
"tcp://10.0.148.161:8443"
NELCOMGROUP_PROD_SVC_PORT_8443_TCP_PROTO
"tcp"
NELCOMGROUP_PROD_SVC_SERVICE_PORT
"8443"
NELCOMGROUP_PROD_SVC_PORT
"tcp://10.0.214.135:8443"
PHP_LDFLAGS
"-Wl,-O1 -pie"
OPLATFORM_BACKEND_SVC_PORT_8443_TCP_ADDR
"10.0.212.251"
THEATREMONNOT_SVC_PORT_8443_TCP_ADDR
"10.0.230.171"
OPLATFORM_WEB_V1_SVC_SERVICE_HOST
"10.0.140.176"
APACHE_RUN_DIR
"/var/run/apache2"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
OPLATFORM_ANALYTICS_SVC_PORT
"tcp://10.0.39.234:3000"
CHATBOTFRANCE_SVC_PORT_80_TCP_PORT
"80"
PATRADING_WEB_PROD_SVC_SERVICE_PORT_HTTP
"8080"
OPLATFORM_ANALYTICS_SVC_SERVICE_PORT
"3000"
PHP_VERSION
"7.3.33"
MOOVTOO_WEB_PROD_SVC_SERVICE_PORT_SSH
"22"
SOEE_WEB_PROD_SVC_SERVICE_HOST
"10.0.176.108"
CHATBOTFRANCE_SVC_PORT_80_TCP_PROTO
"tcp"
APACHE_PID_FILE
"/var/run/apache2/apache2.pid"
THEATREMONNOT_SVC_PORT_8443_TCP_PORT
"8443"
OPLATFORM_BACKEND_SVC_PORT_8443_TCP_PORT
"8443"
FORMEMO_WEB_PROD_SVC_PORT_8443_TCP
"tcp://10.0.98.122:8443"
OPLATFORM_WEB_V1_SVC_PORT_8443_TCP_ADDR
"10.0.140.176"
GPG_KEYS
"CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D"
THEATREMONNOT_SVC_PORT
"tcp://10.0.230.171:8443"
BUSINESS_MOOVTOO_WEB_PROD_SVC_SERVICE_PORT_HTTPS
"8443"
OPLATFORM_BACKEND_SVC_SERVICE_PORT
"8443"
OPLATFORM_BACKEND_SVC_PORT_8443_TCP_PROTO
"tcp"
THEATREMONNOT_SVC_SERVICE_PORT
"8443"
OPLATFORM_BACKEND_SVC_PORT
"tcp://10.0.212.251:8443"
THEATREMONNOT_SVC_PORT_8443_TCP_PROTO
"tcp"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_ASC_URL
"https://www.php.net/distributions/php-7.3.33.tar.xz.asc"
SOCIALAIM_SVC_PORT_8443_TCP
"tcp://10.0.212.27:8443"
SOEE_WEB_PROD_SVC_PORT_8443_TCP_ADDR
"10.0.176.108"
OPLATFORM_WEB_V1_SVC_PORT_8443_TCP_PORT
"8443"
BUSINESS_MOOVTOO_WEB_PROD_SVC_SERVICE_HOST
"10.0.48.13"
PHP_URL
"https://www.php.net/distributions/php-7.3.33.tar.xz"
NELCOMGROUP_PROD_SVC_PORT_8443_TCP
"tcp://10.0.214.135:8443"
OPLATFORM_WEB_V1_SVC_PORT_8443_TCP_PROTO
"tcp"
OPLATFORM_WEB_V1_SVC_SERVICE_PORT
"8443"
OPLATFORM_WEB_V1_SVC_PORT
"tcp://10.0.140.176:8443"
MOOVTOO_AI_PROD_SVC_SERVICE_HOST
"10.0.182.111"
PATRADING_WEB_PROD_SVC_SERVICE_HOST
"10.0.117.3"
PATRADING_WEB_PROD_SVC_PORT_8080_TCP_ADDR
"10.0.117.3"
SOEE_WEB_PROD_SVC_PORT_8443_TCP_PORT
"8443"
SOEE_WEB_PROD_SVC_PORT_8443_TCP_PROTO
"tcp"
KUBERNETES_PORT_443_TCP_ADDR
"10.0.0.1"
SOEE_WEB_PROD_SVC_SERVICE_PORT
"8443"
SOEE_WEB_PROD_SVC_PORT
"tcp://10.0.176.108:8443"
BUSINESS_MOOVTOO_WEB_PROD_SVC_PORT_8443_TCP_ADDR
"10.0.48.13"
GIT_CONFIG_SYSTEM
"/etc/gitconfig-bitbucket"
GIT_CONFIG_VALUE_0
"https://[email protected]/nelcomdigital/"
CHATBOTFRANCE_SVC_PORT_80_TCP
"tcp://10.0.26.75:80"
POLITICA_WEB_PROD_SVC_SERVICE_PORT_HTTP
"8080"
CGR_WEB_PROD_SVC_SERVICE_PORT_HTTP
"8443"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
GIT_CONFIG_VALUE_1
"https://bitbucket.org/nelcomdigital/"
PATRADING_WEB_PROD_SVC_PORT_8080_TCP_PORT
"8080"
MOOVTOO_WEB_PROD_SVC_SERVICE_PORT_HTTPS
"8443"
KUBERNETES_PORT_443_TCP_PORT
"443"
OPLATFORM_BACKEND_SVC_PORT_8443_TCP
"tcp://10.0.212.251:8443"
OPLATFORM_AI_PROD_SVC_SERVICE_HOST
"10.0.4.81"
PATRADING_WEB_PROD_SVC_PORT_8080_TCP_PROTO
"tcp"
CMS_MOOVTOO_PROD_SVC_SERVICE_PORT_HTTPS
"8443"
THEATREMONNOT_SVC_PORT_8443_TCP
"tcp://10.0.230.171:8443"
BUSINESS_MOOVTOO_WEB_PROD_SVC_PORT_8443_TCP_PORT
"8443"
MOOVTOO_WEB_PROD_SVC_SERVICE_HOST
"10.0.147.112"
KUBERNETES_PORT_443_TCP_PROTO
"tcp"
BUSINESS_MOOVTOO_WEB_PROD_SVC_PORT
"tcp://10.0.48.13:8443"
BUSINESS_MOOVTOO_WEB_PROD_SVC_SERVICE_PORT
"8443"
BUSINESS_MOOVTOO_WEB_PROD_SVC_PORT_8443_TCP_PROTO
"tcp"
APACHE_LOCK_DIR
"/var/lock/apache2"
CMS_MOOVTOO_PROD_SVC_SERVICE_HOST
"10.0.215.29"
MOOVTOO_AI_PROD_SVC_PORT
"tcp://10.0.182.111:80"
MOOVTOO_AI_PROD_SVC_SERVICE_PORT
"80"
LANG
"C"
ANNAWARD_SVC_SERVICE_PORT_HTTP
"8443"
PATRADING_WEB_PROD_SVC_SERVICE_PORT
"8080"
BUSINESS_MOOVTOO_WEB_PROD_SVC_PORT_22_TCP_ADDR
"10.0.48.13"
MEATANDWOK_SVC_SERVICE_PORT_HTTP
"8443"
PATRADING_WEB_PROD_SVC_PORT
"tcp://10.0.117.3:8080"
OPLATFORM_WEB_V1_SVC_PORT_8443_TCP
"tcp://10.0.140.176:8443"
MOOVTOO_WEB_PROD_SVC_PORT_8443_TCP_ADDR
"10.0.147.112"
CGR_WEB_PROD_SVC_SERVICE_HOST
"10.0.50.133"
SOEE_WEB_PROD_SVC_PORT_8443_TCP
"tcp://10.0.176.108:8443"
POLITICA_WEB_PROD_SVC_SERVICE_HOST
"10.0.156.116"
CMS_MOOVTOO_PROD_SVC_PORT_8443_TCP_ADDR
"10.0.215.29"
POLITICA_WEB_PROD_SVC_PORT_8080_TCP_ADDR
"10.0.156.116"
CHATBOTFRANCE_SVC_SERVICE_PORT_HTTP
"80"
ENTRYPOINT
"docker/entrypoint.sh"
GIT_CONFIG_KEY_0
"[email protected]:nelcomdigital/.insteadOf"
BUSINESS_MOOVTOO_WEB_PROD_SVC_PORT_22_TCP_PORT
"22"
APACHE_RUN_USER
"www-data"
APACHE_RUN_GROUP
"www-data"
GIT_CONFIG_KEY_1
"[email protected]:nelcomdigital/.insteadOf"
MOOVTOO_WEB_PROD_SVC_PORT_8443_TCP_PORT
"8443"
BUSINESS_MOOVTOO_WEB_PROD_SVC_PORT_22_TCP_PROTO
"tcp"
OPLATFORM_AI_PROD_SVC_PORT
"tcp://10.0.4.81:80"
OPLATFORM_AI_PROD_SVC_SERVICE_PORT
"80"
MOOVTOO_AI_PROD_SVC_PORT_80_TCP_ADDR
"10.0.182.111"
PATRADING_WEB_PROD_SVC_PORT_8080_TCP
"tcp://10.0.117.3:8080"
MOOVTOO_WEB_PROD_SVC_PORT
"tcp://10.0.147.112:8443"
CMS_MOOVTOO_PROD_SVC_PORT_8443_TCP_PORT
"8443"
FORMEMO_WEB_PROD_SVC_SERVICE_PORT_HTTP
"8443"
MOOVTOO_WEB_PROD_SVC_SERVICE_PORT
"8443"
CGR_WEB_PROD_SVC_PORT_8443_TCP_ADDR
"10.0.50.133"
MOOVTOO_WEB_PROD_SVC_PORT_8443_TCP_PROTO
"tcp"
OPLATFORM_ANALYTICS_SVC_PORT_3000_TCP_ADDR
"10.0.39.234"
POLITICA_WEB_PROD_SVC_PORT_8080_TCP_PORT
"8080"
APACHE_LOG_DIR
"/var/log/apache2"
POLITICA_WEB_PROD_SVC_PORT_8080_TCP_PROTO
"tcp"
BUSINESS_MOOVTOO_WEB_PROD_SVC_PORT_8443_TCP
"tcp://10.0.48.13:8443"
CMS_MOOVTOO_PROD_SVC_PORT
"tcp://10.0.215.29:8443"
KUBERNETES_PORT_443_TCP
"tcp://10.0.0.1:443"
CMS_MOOVTOO_PROD_SVC_SERVICE_PORT
"8443"
CMS_MOOVTOO_PROD_SVC_PORT_8443_TCP_PROTO
"tcp"
KUBERNETES_SERVICE_PORT_HTTPS
"443"
SOCIALAIM_SVC_SERVICE_PORT_HTTP
"8443"
MOOVTOO_WEB_PROD_SVC_PORT_22_TCP_ADDR
"10.0.147.112"
ANNAWARD_SVC_SERVICE_HOST
"10.0.166.203"
MEATANDWOK_SVC_SERVICE_HOST
"10.0.148.161"
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
CGR_WEB_PROD_SVC_PORT_8443_TCP_PORT
"8443"
KUBERNETES_SERVICE_HOST
"10.0.0.1"
MOOVTOO_AI_PROD_SVC_PORT_80_TCP_PORT
"80"
OPLATFORM_ANALYTICS_SVC_PORT_3000_TCP_PORT
"3000"
PWD
"/var/www"
PHP_SHA256
"166eaccde933381da9516a2b70ad0f447d7cec4b603d07b9a916032b215b90cc"
OPLATFORM_ANALYTICS_SVC_PORT_3000_TCP_PROTO
"tcp"
POLITICA_WEB_PROD_SVC_PORT
"tcp://10.0.156.116:8080"
CGR_WEB_PROD_SVC_SERVICE_PORT
"8443"
CGR_WEB_PROD_SVC_PORT
"tcp://10.0.50.133:8443"
CGR_WEB_PROD_SVC_PORT_8443_TCP_PROTO
"tcp"
CHATBOTFRANCE_SVC_SERVICE_HOST
"10.0.26.75"
MOOVTOO_AI_PROD_SVC_PORT_80_TCP_PROTO
"tcp"
POLITICA_WEB_PROD_SVC_SERVICE_PORT
"8080"
APACHE_ENVVARS
"/etc/apache2/envvars"
ANNAWARD_SVC_PORT_8443_TCP_ADDR
"10.0.166.203"
MEATANDWOK_SVC_PORT_8443_TCP_ADDR
"10.0.148.161"
MOOVTOO_WEB_PROD_SVC_PORT_22_TCP_PORT
"22"
OPLATFORM_AI_PROD_SVC_PORT_80_TCP_ADDR
"10.0.4.81"
MOOVTOO_WEB_PROD_SVC_PORT_22_TCP_PROTO
"tcp"
BUSINESS_MOOVTOO_WEB_PROD_SVC_PORT_22_TCP
"tcp://10.0.48.13:22"
FORMEMO_WEB_PROD_SVC_SERVICE_HOST
"10.0.98.122"
MEATANDWOK_SVC_PORT_8443_TCP_PORT
"8443"
ANNAWARD_SVC_PORT_8443_TCP_PORT
"8443"
MOOVTOO_WEB_PROD_SVC_PORT_8443_TCP
"tcp://10.0.147.112:8443"
OPLATFORM_AI_PROD_SVC_PORT_80_TCP_PORT
"80"
APP_NAME
"Politica"
APP_ENV
"local"
APP_KEY
"base64:GgXSbDyU+nnWQt3VWznpEDDkspzjl3R+8/ut84l4TfQ="
APP_DEBUG
"true"
APP_URL
"https://lcrs-politica.com"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"10.20.8.4"
DB_PORT
"3306"
DB_DATABASE
"politica_test"
DB_USERNAME
"politica_user"
DB_PASSWORD
"Politica1294@@"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"mail.lcrs-politica.com"
MAIL_PORT
"25"
MAIL_USERNAME
"[email protected]"
MAIL_PASSWORD
"New0518#"
MAIL_ENCRYPTION
"null"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
YOUTUBE_API_KEY
"AIzaSyBO1npz3hdlBUppcEKW1G2TNXLujTIl0wc"
0. Whoops\Handler\PrettyPageHandler