※メール配信及び利用規約に同意の上ご登録下さい。
※友達登録によって、LINE上のユーザー名の公開や
メッセージの投稿が行われることはございません。

使いやすさ、お手軽さ、情報力全てが
会員様に寄り添った作りになっております。
お馴染みのLINEで全て完結するから
スピード感が段違い!

2024年08月16日(金)detailDay

函館10R → 小倉8R
123 3連複 50,000 円

2024年08月04日(日)detailDay

浦和9R → 0R
mumu 3連複 100,000,000 円

2024年08月03日(土)detailDay

京都10R → 小倉10R
mumu4 3連単 50,000 円

2024年07月28日(日)detailDay

小倉11R
mumu 3連複 1,110,000 円

2024年07月28日(日)detailDay

小倉11R
mumu 3連複 1,110,000 円

2024年07月28日(日)detailDay

小倉11R
mumu 3連複 1,110,000 円

2024年07月28日(日)detailDay

小倉11R
mumu 3連複 1,110,000 円

2024年07月28日(日)detailDay

小倉11R
mumu 3連複 1,110,000 円

2024年07月28日(日)detailDay

小倉11R
mumu 3連複 1,110,000 円

2024年07月28日(日)detailDay

小倉11R
mumu 3連複 1,110,000 円

※メール配信及び利用規約に同意の上ご登録下さい。
※友達登録によって、LINE上のユーザー名の公開や
メッセージの投稿が行われることはございません。

簡単に説明すると
下記をご覧頂ければ一目瞭然です。

馬の競争能力を数値化して見ていきましょう。
能力値 最大:100 ー 最小:0

例①
馬A 能力値 90
馬B 能力値 75

この場合実数値通りに走れば、
常識的に考えて馬Aの圧勝ですよね?

しかし…

馬Aが調子を落としていて
本来の実力の7割ほどしか出せない、
しかし馬Bは平常運転で
最大ポテンシャルの8割くらいの実力が
出せる状況であった際は
以下の様になります。

例②
馬A 能力値 63
馬B 能力値 60

この状態では、当該レースでは実力伯仲。
展開次第ではどちらが勝っても
おかしくない状況にまでパワーバランスが
激変してしまいます。

  • 人の足で
    現地へ赴き、

  • 人の目で
    馬の状態を見て、

  • 人の声で
    馬の状態を聞く、

  • それをこれまでのデータと
    照合する事で明確な答えが
    得られるのです。

こんな悩みはありませんか?

上述の内容も弊社の
情報のほんの一部に
すぎません。
確かな知識や経験、
情報収集力に裏付け
された買い目をご提供致します。
テレビや新聞、インターネットで
得られる予想とは、一線を画したものと
なりますので一度ご体感ください。

※メール配信及び利用規約に同意の上ご登録下さい。
※友達登録によって、LINE上のユーザー名の公開や
メッセージの投稿が行われることはございません。

Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(): Only 0 of 188 bytes written, possibly out of free disk space ErrorException thrown with message "file_put_contents(): Only 0 of 188 bytes written, possibly out of free disk space" Stacktrace: #7 ErrorException in /data2/gouketsu/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #6 file_put_contents in /data2/gouketsu/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #5 Illuminate\Filesystem\Filesystem:put in /data2/gouketsu/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #4 Illuminate\Session\FileSessionHandler:write in /data2/gouketsu/vendor/laravel/framework/src/Illuminate/Session/Store.php:129 #3 Illuminate\Session\Store:save in /data2/gouketsu/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:87 #2 Illuminate\Session\Middleware\StartSession:terminate in /data2/gouketsu/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:218 #1 Illuminate\Foundation\Http\Kernel:terminateMiddleware in /data2/gouketsu/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:189 #0 Illuminate\Foundation\Http\Kernel:terminate in /data2/gouketsu/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
/data2/gouketsu/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);
    }
 
    /**
     * Write the contents of a file, replacing it atomically if it already exists.
     *
     * @param  string  $path
     * @param  string  $content
     * @return void
     */
    public function replace($path, $content)
    {
        // If the path already exists and is a symlink, get the real path...
        clearstatcache(true, $path);
 
        $path = realpath($path) ?: $path;
 
        $tempPath = tempnam(dirname($path), basename($path));
 
        // Fix permissions of tempPath because `tempnam()` creates it with permissions set to 0600...
        chmod($tempPath, 0777 - umask());
Arguments
  1. "file_put_contents(): Only 0 of 188 bytes written, possibly out of free disk space"
    
/data2/gouketsu/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);
    }
 
    /**
     * Write the contents of a file, replacing it atomically if it already exists.
     *
     * @param  string  $path
     * @param  string  $content
     * @return void
     */
    public function replace($path, $content)
    {
        // If the path already exists and is a symlink, get the real path...
        clearstatcache(true, $path);
 
        $path = realpath($path) ?: $path;
 
        $tempPath = tempnam(dirname($path), basename($path));
 
        // Fix permissions of tempPath because `tempnam()` creates it with permissions set to 0600...
        chmod($tempPath, 0777 - umask());
Arguments
  1. "/data2/gouketsu/storage/framework/sessions/SArMGDvTflWw3omiRvCEplduq3ai1KaGypKecvAN"
    
  2. "a:3:{s:6:"_token";s:40:"stVgYWRfZk7yewG6T9jyHmpCNfGZYlweTd6jpxNx";s:9:"_previous";a:1:{s:3:"url";s:30:"https://krmsite21.widosoft.com";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. 2
    
/data2/gouketsu/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. "/data2/gouketsu/storage/framework/sessions/SArMGDvTflWw3omiRvCEplduq3ai1KaGypKecvAN"
    
  2. "a:3:{s:6:"_token";s:40:"stVgYWRfZk7yewG6T9jyHmpCNfGZYlweTd6jpxNx";s:9:"_previous";a:1:{s:3:"url";s:30:"https://krmsite21.widosoft.com";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. true
    
/data2/gouketsu/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. "SArMGDvTflWw3omiRvCEplduq3ai1KaGypKecvAN"
    
  2. "a:3:{s:6:"_token";s:40:"stVgYWRfZk7yewG6T9jyHmpCNfGZYlweTd6jpxNx";s:9:"_previous";a:1:{s:3:"url";s:30:"https://krmsite21.widosoft.com";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
/data2/gouketsu/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.
/data2/gouketsu/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 {#42
      #json: null
      #convertedFiles: []
      #userResolver: Closure($guard = null) {#663 …4}
      #routeResolver: Closure() {#660 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#44}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#50}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#50}
      +server: Symfony\Component\HttpFoundation\ServerBag {#46}
      +files: Symfony\Component\HttpFoundation\FileBag {#47}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#45}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#48}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/"
      #requestUri: "/"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Illuminate\Session\Store {#691}
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Illuminate\Http\Response {#733}
    
/data2/gouketsu/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 {#42
      #json: null
      #convertedFiles: []
      #userResolver: Closure($guard = null) {#663 …4}
      #routeResolver: Closure() {#660 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#44}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#50}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#50}
      +server: Symfony\Component\HttpFoundation\ServerBag {#46}
      +files: Symfony\Component\HttpFoundation\FileBag {#47}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#45}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#48}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/"
      #requestUri: "/"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Illuminate\Session\Store {#691}
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Illuminate\Http\Response {#733}
    
/data2/gouketsu/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 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 {#42
      #json: null
      #convertedFiles: []
      #userResolver: Closure($guard = null) {#663 …4}
      #routeResolver: Closure() {#660 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#44}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#50}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#50}
      +server: Symfony\Component\HttpFoundation\ServerBag {#46}
      +files: Symfony\Component\HttpFoundation\FileBag {#47}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#45}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#48}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/"
      #requestUri: "/"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Illuminate\Session\Store {#691}
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Illuminate\Http\Response {#733}
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
GEOIP_ADDR
"216.73.216.182"
UNIQUE_ID
"aYzw49PUiK7UxS3sm2ovaQAAAAI"
SCRIPT_URL
"/"
SCRIPT_URI
"https://krmsite21.widosoft.com/"
HTTPS
"on"
SSL_TLS_SNI
"krmsite21.widosoft.com"
HTTP_ACCEPT
"*/*"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"krmsite21.widosoft.com"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_python/3.5.0- Python/2.7.5 PHP/7.2.34"
SERVER_NAME
"krmsite21.widosoft.com"
SERVER_ADDR
"163.43.107.180"
SERVER_PORT
"443"
REMOTE_ADDR
"216.73.216.182"
DOCUMENT_ROOT
"/data2/gouketsu/public"
REQUEST_SCHEME
"https"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/data2/gouketsu/public"
SERVER_ADMIN
"root@localhost"
SCRIPT_FILENAME
"/data2/gouketsu/public/index.php"
REMOTE_PORT
"53575"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/"
SCRIPT_NAME
"/index.php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1770844387.193
REQUEST_TIME
1770844387
APP_NAME
"Laravel"
APP_ENV
"localhost"
APP_KEY
"base64:QjQ/uYTDxnbIgzrcp8oxpoDNXNROJFYZjXEHGQPh0yw="
APP_DEBUG
"true"
APP_URL
"https://krmsite21.widosoft.com"
APP_MODULE
"gouketsu"
APP_REF
"gou"
LOG_CHANNEL
"stack"
LOGIN_ID_BASE_NUMBER
"-1"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"refrain"
DB_USERNAME
"root"
DB_PASSWORD
"Wido$oftMYSQL2019"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
QUEUE_CONNECTION
"sync"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"1440"
REDIS_HOST
"localhost"
REDIS_PORT
"6379"
REDIS_DB
"0"
REDIS_PASSWORD
"7q7S65sIKxuZ"
MAIL_DRIVER
"smtp"
MAIL_HOST
"127.0.0.1"
MAIL_PORT
"1025"
MAIL_USERNAME
""
MAIL_PASSWORD
""
MAIL_ENCRYPTION
"null"
MAIL_API_PORT
"12081"
MAIL_CONTACT_HOST
"imap.gmail.com:993/imap/ssl"
MAIL_CONTACT_USERNAME
"info@gouketsu-stg.net"
MAIL_CONTACT_PASSWORD
""
MAIL_FROM_ADDRESS
"info@gouketsu.staging"
MAIL_FROM_NAME
"豪傑"
MAIL_TITLE_CONTACT
"GOUKETSU"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
""
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
""
GTAG_SEND_TO
""
GTAG_ID
""
GOOGLE_ID
""
GOOGLE_SECRET
""
GOOGLE_URL
"https://krmsite21.widosoft.com/auth/google/callback"
TWITTER_ID
""
TWITTER_SECRET
""
TWITTER_URL
"https://krmsite21.widosoft.com/auth/twitter/callback"
FACEBOOK_ID
""
FACEBOOK_SECRET
""
FACEBOOK_URL
"https://krmsite21.widosoft.com/auth/facebook/callback"
YAHOO_ID
""
YAHOO_SECRET
""
YAHOO_URL
"https://krmsite21.widosoft.com/auth/yahoo/callback"
JWT_EXPIRATION
"604800"
JWT_SECRET
"w2Sce13R4z24gJDDs1x321321sadsa"
TELECOM_CLIENT_ID
""
SPA_CLIENT_ID
"88888888"
SERVER_KEY_FIREBASE
""
SERVER_KEY_FIREBASE_PWA
""
SERVER_URL_FIREBASE
"https://fcm.googleapis.com/fcm/send"
ICON_IMAGE_PWA
""
HTTP_AUTHORIZATION_FOR_APP
"eyJhcGkiOiJBdXRvU3RhcnQgQXBwIiwiY29tcGFueSI6IldpZG9zb2Z0IiwiYWxnIjoiSFMyNTYifQ"
MAIL_MEDIA_HOST
"box.widomail.com:993/imap/ssl"
MAIL_MEDIA_USERNAME
"mediacode@register.torakeirin.com"
MAIL_MEDIA_PASSWORD
""
LINE_CHANNEL_ID
"1654472677"
LINE_CHANNEL_SECRET
"0bb1f35f5b6654a0136ca8f7eab3dcd0"
LINE_CALLBACK_URL
"https://krmsite21.widosoft.com/line-callback"
LINE_SCOPE
"profile%20openid%20email"
LINE_CHANNEL_ACCESS_TOKEN
"PxsbTUIX8D/IMe70yyOXxV6maxUkUIw+B4YzTVKawMKXJB8DLYKP175MmWDYMuEed1fkio0o2Nafs3jbJ+mJH3PK85GRjsI2TXE8KC2dnbCsi5BxYlnwYR4cjnCnyOF9CA/Adx2jVVt5DrliwFLnWAdB04t89/1O/w1cDnyilFU="
LINE_CHANNEL_MSG_SECRET
"36c26a7106dbd40ea463a5d812d286cf"
ADJUST_AUTHEN
"Rj7vL4fQDcoafXAXzaLnfdfd"
PWA_FIREBASE_APIKEY
"AIzaSyD020H3tE2jtjTFZr9JGE-M_Pyy_IBBWdM"
PWA_FIREBASE_PROJECT_ID
"krm-demo-pwa"
PWA_FIREBASE_SENDER_ID
"1087166888497"
PWA_FIREBASE_APP_ID
"1:1087166888497:web:3fb4eb4621054240817310"
SKYFLAG_CLIENT_ID_IOS
"PFu9BJGgNL3eq0JyLecQywAdMaGe3DAdMaGe3D"
SKYFLAG_CLIENT_ID_ANDROID
"PFu9BJGgNL3eq0JyLecQywAdMaGe3DAdMaGe3D"
SKYFLAG_CLIENT_ID_PC
"PFu9BJGgNL3eq0JyLecQywAdMaGe3DAdMaGe3D"
PHONE_NUMBER_CONTACT
"000-000-0000"
TIME_NEW_CHANGE_LOGIC_SUMMARY_MEDIA_CODE
"2022-03-23"
MAIL_API_PUSH_THREAD
"0"
MULTI_LINE_ENABLE
"1"
API_KEY_EXCHANGES
""
VERSION
"3.0.0"
LICENSE
"2020 © System Widosoft"
BOT_MESSAGE_FUNCTION
"1"
TEXT_MOCK
"1"
LINE_STEP_FUNCTION
"1"
LINK_FLEX_MAIL_BULK
"1"
START_TIME_PRE_SCHEDULE
"1"
PAGO_CLIENT_ID
"344702"
Key Value
APP_NAME
"Laravel"
APP_ENV
"localhost"
APP_KEY
"base64:QjQ/uYTDxnbIgzrcp8oxpoDNXNROJFYZjXEHGQPh0yw="
APP_DEBUG
"true"
APP_URL
"https://krmsite21.widosoft.com"
APP_MODULE
"gouketsu"
APP_REF
"gou"
LOG_CHANNEL
"stack"
LOGIN_ID_BASE_NUMBER
"-1"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"refrain"
DB_USERNAME
"root"
DB_PASSWORD
"Wido$oftMYSQL2019"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
QUEUE_CONNECTION
"sync"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"1440"
REDIS_HOST
"localhost"
REDIS_PORT
"6379"
REDIS_DB
"0"
REDIS_PASSWORD
"7q7S65sIKxuZ"
MAIL_DRIVER
"smtp"
MAIL_HOST
"127.0.0.1"
MAIL_PORT
"1025"
MAIL_USERNAME
""
MAIL_PASSWORD
""
MAIL_ENCRYPTION
"null"
MAIL_API_PORT
"12081"
MAIL_CONTACT_HOST
"imap.gmail.com:993/imap/ssl"
MAIL_CONTACT_USERNAME
"info@gouketsu-stg.net"
MAIL_CONTACT_PASSWORD
""
MAIL_FROM_ADDRESS
"info@gouketsu.staging"
MAIL_FROM_NAME
"豪傑"
MAIL_TITLE_CONTACT
"GOUKETSU"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
""
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
""
GTAG_SEND_TO
""
GTAG_ID
""
GOOGLE_ID
""
GOOGLE_SECRET
""
GOOGLE_URL
"https://krmsite21.widosoft.com/auth/google/callback"
TWITTER_ID
""
TWITTER_SECRET
""
TWITTER_URL
"https://krmsite21.widosoft.com/auth/twitter/callback"
FACEBOOK_ID
""
FACEBOOK_SECRET
""
FACEBOOK_URL
"https://krmsite21.widosoft.com/auth/facebook/callback"
YAHOO_ID
""
YAHOO_SECRET
""
YAHOO_URL
"https://krmsite21.widosoft.com/auth/yahoo/callback"
JWT_EXPIRATION
"604800"
JWT_SECRET
"w2Sce13R4z24gJDDs1x321321sadsa"
TELECOM_CLIENT_ID
""
SPA_CLIENT_ID
"88888888"
SERVER_KEY_FIREBASE
""
SERVER_KEY_FIREBASE_PWA
""
SERVER_URL_FIREBASE
"https://fcm.googleapis.com/fcm/send"
ICON_IMAGE_PWA
""
HTTP_AUTHORIZATION_FOR_APP
"eyJhcGkiOiJBdXRvU3RhcnQgQXBwIiwiY29tcGFueSI6IldpZG9zb2Z0IiwiYWxnIjoiSFMyNTYifQ"
MAIL_MEDIA_HOST
"box.widomail.com:993/imap/ssl"
MAIL_MEDIA_USERNAME
"mediacode@register.torakeirin.com"
MAIL_MEDIA_PASSWORD
""
LINE_CHANNEL_ID
"1654472677"
LINE_CHANNEL_SECRET
"0bb1f35f5b6654a0136ca8f7eab3dcd0"
LINE_CALLBACK_URL
"https://krmsite21.widosoft.com/line-callback"
LINE_SCOPE
"profile%20openid%20email"
LINE_CHANNEL_ACCESS_TOKEN
"PxsbTUIX8D/IMe70yyOXxV6maxUkUIw+B4YzTVKawMKXJB8DLYKP175MmWDYMuEed1fkio0o2Nafs3jbJ+mJH3PK85GRjsI2TXE8KC2dnbCsi5BxYlnwYR4cjnCnyOF9CA/Adx2jVVt5DrliwFLnWAdB04t89/1O/w1cDnyilFU="
LINE_CHANNEL_MSG_SECRET
"36c26a7106dbd40ea463a5d812d286cf"
ADJUST_AUTHEN
"Rj7vL4fQDcoafXAXzaLnfdfd"
PWA_FIREBASE_APIKEY
"AIzaSyD020H3tE2jtjTFZr9JGE-M_Pyy_IBBWdM"
PWA_FIREBASE_PROJECT_ID
"krm-demo-pwa"
PWA_FIREBASE_SENDER_ID
"1087166888497"
PWA_FIREBASE_APP_ID
"1:1087166888497:web:3fb4eb4621054240817310"
SKYFLAG_CLIENT_ID_IOS
"PFu9BJGgNL3eq0JyLecQywAdMaGe3DAdMaGe3D"
SKYFLAG_CLIENT_ID_ANDROID
"PFu9BJGgNL3eq0JyLecQywAdMaGe3DAdMaGe3D"
SKYFLAG_CLIENT_ID_PC
"PFu9BJGgNL3eq0JyLecQywAdMaGe3DAdMaGe3D"
PHONE_NUMBER_CONTACT
"000-000-0000"
TIME_NEW_CHANGE_LOGIC_SUMMARY_MEDIA_CODE
"2022-03-23"
MAIL_API_PUSH_THREAD
"0"
MULTI_LINE_ENABLE
"1"
API_KEY_EXCHANGES
""
VERSION
"3.0.0"
LICENSE
"2020 © System Widosoft"
BOT_MESSAGE_FUNCTION
"1"
TEXT_MOCK
"1"
LINE_STEP_FUNCTION
"1"
LINK_FLEX_MAIL_BULK
"1"
START_TIME_PRE_SCHEDULE
"1"
PAGO_CLIENT_ID
"344702"
0. Whoops\Handler\PrettyPageHandler