Skip to content

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
a831123c committed Mar 11, 2021
2 parents 5c013d3 + 00f414f commit a763017
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
APP_NAME=IMSystem
APP_ENV=production
APP_KEY=base64:l037iqyyh7c0x7M+V9GjrjujR7rCI+xmmzPfyq4A0cY=
APP_DEBUG=true
APP_URL=http://localhost
APP_DEBUG=false
APP_URL=http://localhost #https://api.imsystem.site

LOG_CHANNEL=stack
LOG_CHANNEL=daily

SANCTUM_STATEFUL_DOMAINS=https://imsystem.site

DB_CONNECTION=mysql
DB_HOST=mysql
Expand Down
2 changes: 1 addition & 1 deletion config/cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
|
*/

'paths' => ['api/*'],
'paths' => ['*'],

'allowed_methods' => ['*'],

Expand Down

0 comments on commit a763017

Please sign in to comment.