Skip to content

Commit

Permalink
Improved domain
Browse files Browse the repository at this point in the history
  • Loading branch information
libern committed Aug 17, 2018
1 parent 9ebd13f commit 13759e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ API_TEST_PASSWORD=Abc12345
DB_CONNECTION=mysql
DB_HOST=someline-starter.sl
DB_PORT=3306
DB_DATABASE=someline_starter
DB_DATABASE=someline-starter
DB_USERNAME=homestead
DB_PASSWORD=secret

Expand Down
4 changes: 2 additions & 2 deletions config/rest-client.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

'someline-starter' => [

'base_uri' => 'http://dev.someline-starter.app/',
'base_uri' => 'http://dev.someline-starter.sl/',

'headers' => [
'Accept' => 'application/x.someline.v1+json',
Expand All @@ -98,7 +98,7 @@

'someline-starter' => [

'base_uri' => 'http://someline-starter.app/',
'base_uri' => 'http://someline-starter.sl/',

'headers' => [
'Accept' => 'application/x.someline.v1+json',
Expand Down
2 changes: 1 addition & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ mix.version([

// BrowserSync
mix.browserSync({
proxy: 'someline-starter.app',
proxy: 'someline-starter.sl',
port: 3000,
open: true
})

0 comments on commit 13759e5

Please sign in to comment.