Advertisement
Guest User

Untitled

a guest
Apr 6th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. .env:DB_HOST=localhost
  2. .env:DB_DATABASE=librenms
  3. .env:DB_USERNAME=librenms
  4. .env:DB_PASSWORD=Passwordhere
  5. config.php:$config['db_host'] = 'localhost';
  6. config.php:$config['db_user'] = 'librenms';
  7. config.php:$config['db_pass'] = 'Passwordhere';
  8. config.php:$config['db_name'] = 'librenms';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement