This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2023-10-31 09:44:46 +00:00
|
|
|
# ORCHESTRA
|
|
|
|
####
|
2023-10-10 08:07:46 +00:00
|
|
|
|
2023-10-31 09:44:46 +00:00
|
|
|
#ORCHESTRA_SECRET_KEY='uncomment-it-and-fill-this'
|
|
|
|
|
|
|
|
# MUSICIAN
|
|
|
|
####
|
|
|
|
|
|
|
|
#MUSICIAN_SECRET_KEY='uncomment-it-and-fill-this'
|
2023-10-10 08:07:46 +00:00
|
|
|
# specially useful if you want to deploy in a specific domain
|
2023-10-31 09:44:46 +00:00
|
|
|
#MUSICIAN_API_BASE_URL='https://orchestra.example.org'
|
|
|
|
#MUSICIAN_ALLOWED_HOSTS='musician.example.org'
|
2023-11-03 09:11:30 +00:00
|
|
|
# adapt to your domain in a production/reverse proxy env
|
|
|
|
IDHUB_CSRF_TRUSTED_ORIGINS='https://idhub.example.org'
|