@ -13,8 +13,12 @@ Not very easily with this early version, but that will be a thing later on.
First, set up your Postgres DB that you intend to use. I recommend using UNICODE in case a player character insists on using diacritics, or of course, if your native language requires it. I use these options:
```sh
# Yes, I know some of these options are redundant, but I never remember which ones, it doesn't hurt, and DERPA is easy to remember.
# Please note that your DB password, like is often required, will be stored as plain text in the configuration file. DO NOT RE-USE YOUR PASSWORDS, especially here.
# Yes, I know some of these options are redundant, but I never
# remember which ones, it doesn't hurt, and DERPA is easy to remember.
# Please note that your DB password, like is often required, will be
# stored as plain text in the configuration file.
#### DO NOT RE-USE YOUR PASSWORDS, especially here. ####