mirror of https://github.com/ory/hydra
20 lines
953 B
YAML
20 lines
953 B
YAML
###########################################################################
|
|
####### FOR DEMONSTRATION PURPOSES ONLY #######
|
|
###########################################################################
|
|
# #
|
|
# If you have not yet read the tutorial, do so now: #
|
|
# https://www.ory.sh/docs/hydra/5min-tutorial #
|
|
# #
|
|
# This set up is only for demonstration purposes. The login #
|
|
# endpoint can only be used if you follow the steps in the tutorial. #
|
|
# #
|
|
###########################################################################
|
|
|
|
version: "3.7"
|
|
|
|
services:
|
|
hydra:
|
|
environment:
|
|
- LOG_LEVEL=debug
|
|
- OAUTH2_EXPOSE_INTERNAL_ERRORS=1
|