Logo
Explore Help
Register Sign In
Proximity/staffmanager
1
0
Fork 0
You've already forked staffmanager
forked from miguel456/rbrecruiter
Code Issues Pull Requests Projects Releases Wiki Activity
staffmanager/config/general.php

17 lines
246 B
PHP
Raw Normal View History

Add save & update functionality to positions Tooltips also added, as well as a general configuration file for Mojang Status URL. Relationships were also added between forms and Vacancies. Status verification for the dashboard was moved to a Service Provider, where it adds log entries when cache expires. Authentication controllers were also updated to reflect the new dashboard URL.
2020-05-08 00:24:56 +01:00
<?php
return [
'urls' =>
[
'mojang' => [
Made Profile & Account Settings functional Also moved redundant HTML markup to component file for reuse. Username to UUID converter also added as Middleware
2020-05-13 22:47:51 +01:00
'statuscheck' => env('MOJANG_STATUS_URL') ?? 'https://status.mojang.com/check',
'api' => env('MOJANG_API_URL') ?? ' https://api.mojang.com'
Add save & update functionality to positions Tooltips also added, as well as a general configuration file for Mojang Status URL. Relationships were also added between forms and Vacancies. Status verification for the dashboard was moved to a Service Provider, where it adds log entries when cache expires. Authentication controllers were also updated to reflect the new dashboard URL.
2020-05-08 00:24:56 +01:00
]
]
];
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 52ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API