mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
8 lines
168 B
YAML
8 lines
168 B
YAML
|
class_name: ApiTester
|
||
|
modules:
|
||
|
enabled: [PhpBrowser, REST]
|
||
|
config:
|
||
|
PhpBrowser:
|
||
|
url: 'http://localhost:7777/'
|
||
|
REST:
|
||
|
url: 'http://localhost:7777/'
|