aoloe / b

Minimalistic bookmark manager for your own server written in PHP. Bookmarks are stored in a sqlite database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

read the config or env from php

aoloe opened this issue · comments

we need a pure php way to read the configuration.

we should include a configuration array ((include('../conf/config.php'))()) or an env reader (https://github.com/devcoder-xyz/php-dotenv)