Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ cd norduni/src/niweb/
$ cp dotenv .env
$ vi .env

Change at least the database settingsThe following settings need to be changed.

Code Block
DBREPORTS_NAMETO=norduni
DB_USERPASSWORD=ni
DBDEFAULT_FROM_PASSWORDEMAIL=secret
DBEMAIL_HOST=localhost

Check if your settings are ok.

...