# Password for the database superuser DB_PASSWORD=... # URL of the static assets from an external perspective LW_STATIC_URL=http://localhost/static # Send email? (yes or no) LW_SEND_MAIL=no # Legacyworlds database - Main user LW_DB_USER_PASS=... # Legacyworlds database - Admin user LW_DB_ADMIN_PASS=... # First admin account - User name LW_ADMIN_NAME=... # First admin account - Email address LW_ADMIN_MAIL=... # First admin account - Password (warning: will be stored in the clear) LW_ADMIN_PASSWORD=... # "Peacekeepers" fake player - Password (should be a random string) LW_PEACEKEEPERS_PASSWORD=...