7 lines
261 B
Bash
Executable File
7 lines
261 B
Bash
Executable File
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 |