Make RP_ID and ORIGIN configurable via environment variables in docker-compose.yml
This commit is contained in:
+7
-1
@@ -1 +1,7 @@
|
||||
OpenWeatherMapAPIKey=<owm_api_key>
|
||||
OpenWeatherMapAPIKey=<owm_api_key>
|
||||
|
||||
# Passkey configuration (WebAuthn Relying Party ID and Origin)
|
||||
# For local dev: localhost and http://localhost
|
||||
# For production: e.g. kapteins-daagbok.eu and https://kapteins-daagbok.eu
|
||||
RP_ID=localhost
|
||||
ORIGIN=http://localhost
|
||||
Reference in New Issue
Block a user