Initial Flitter Commit
This commit is contained in:
17
config/app.config.js
Normal file
17
config/app.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
const app_config = {
|
||||
|
||||
/*
|
||||
* The name of the application.
|
||||
* Used through-out the application as the proper display name.
|
||||
*/
|
||||
name: env("APP_NAME", "Flitter"),
|
||||
|
||||
/*
|
||||
* URL of the application.
|
||||
* Can be used to generate fully-qualified links.
|
||||
*/
|
||||
url: env("APP_URL", "http://localhost:8000/"),
|
||||
|
||||
}
|
||||
|
||||
module.exports = app_config
|
||||
Reference in New Issue
Block a user