mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
Add APP_VERSION
to .env
This commit is contained in:
parent
88099af4d3
commit
e2cbcd56dc
@ -6,6 +6,7 @@ APP_DEBUG=false
|
||||
APP_KEY=
|
||||
APP_TIMEZONE=UTC
|
||||
APP_URL=http://localhost
|
||||
APP_VERSION="4.0 Alpha Preview"
|
||||
|
||||
###
|
||||
# Database Caching (MongoDB)
|
||||
@ -15,6 +16,7 @@ DB_CONNECTION=mongodb
|
||||
DB_HOST=localhost
|
||||
DB_PORT=27017
|
||||
DB_DATABASE=jikan
|
||||
DB_ADMIN=jikan
|
||||
DB_USERNAME=
|
||||
DB_PASSWORD=
|
||||
|
||||
|
@ -5,7 +5,7 @@ $router->get('/', function () use ($router) {
|
||||
return response()->json([
|
||||
'author_url' => 'https://github.com/irfan-dahir',
|
||||
'discord_url' => 'http://discord.jikan.moe',
|
||||
'version' => '4.0 Alpha Preview',
|
||||
'version' => env('APP_VERSION'),
|
||||
'parser_version' => JIKAN_PARSER_VERSION,
|
||||
'website_url' => 'https://jikan.moe',
|
||||
'documentation_url' => 'https://docs.api.jikan.moe/',
|
||||
|
Loading…
x
Reference in New Issue
Block a user