Better docs, bug fixes, and config structure
The project now uses a more sensible config structure to allow for actual defaults. Passport now has NO reliance on javascript whatsoever, and can be used identically without javascript enabled.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
PASSPORT_ENABLE_WEATHER=true
|
||||
OPENWEATHER_API_KEY=1234567890
|
||||
OPENWEATHER_LAT=34.052235
|
||||
OPENWEATHER_LON=-118.243683
|
||||
OPENWEATHER_UPDATE_INTERVAL=15
|
||||
PASSPORT_ADMIN_USERNAME=admin
|
||||
PASSPORT_ADMIN_PASSWORD=P@ssw0rd
|
||||
PASSPORT_SEARCH_PROVIDER=https://google.com/search?q=%s
|
||||
PASSPORT_SEARCH_PROVIDER=https://google.com/search
|
||||
Reference in New Issue
Block a user