This repository has been archived on 2021-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
self-hosting/miniflux/.env.example

7 lines
123 B
Text

# Database settings
RUN_MIGRATIONS=1
# Auto-create admin user
CREATE_ADMIN=1
ADMIN_USERNAME=admin
ADMIN_PASSWORD=changeme