<?php

return [
    "username" => env('NOTES_USERNAME',''),
    "password" => env('NOTES_PASSWORD',''),
    "session" => env('NOTES_SESSION','')
];
