mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +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/' |