Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Korko
SecretSanta.fr
Commits
2199da5f
Commit
2199da5f
authored
Jan 03, 2017
by
Korko
Browse files
Missing configs
parent
263a0ce9
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/app.php
View file @
2199da5f
...
...
@@ -2,6 +2,31 @@
return
[
/*
|--------------------------------------------------------------------------
| Application Name
|--------------------------------------------------------------------------
|
| This value is the name of your application. This value is used when the
| framework needs to place the application's name in a notification or
| any other location as required by the application or its packages.
*/
'name'
=>
'Secret Santa'
,
/*
|--------------------------------------------------------------------------
| Application Environment
|--------------------------------------------------------------------------
|
| This value determines the "environment" your application is currently
| running in. This may determine how you prefer to configure various
| services your application utilizes. Set this in your ".env" file.
|
*/
'env'
=>
env
(
'APP_ENV'
,
'production'
),
/*
|--------------------------------------------------------------------------
| Application Debug Mode
...
...
@@ -26,7 +51,7 @@ return [
|
*/
'url'
=>
'http
s
://
secretsanta.fr'
,
'url'
=>
env
(
'APP_URL'
,
'http://
localhost'
)
,
/*
|--------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment