feat: use dynamic DATABASE_URL for Prisma db
This commit is contained in:
parent
d1fd2d466a
commit
33fb9703f7
3 changed files with 11 additions and 9 deletions
12
README.md
12
README.md
|
|
@ -7,13 +7,15 @@ To quickly install `nsecbunkerd` via Docker just run:
|
|||
|
||||
### Configurations
|
||||
|
||||
Prepare your config directory
|
||||
- Prepare your config directory
|
||||
|
||||
```shell
|
||||
mkdir $HOME/.nsecbunker-config
|
||||
```
|
||||
|
||||
```shell
|
||||
mkdir $HOME/.nsecbunker-config
|
||||
```
|
||||
- Clone `.env.example` and add your nostr public key to `ADMIN_NPUBS` to the `.env` file.
|
||||
|
||||
Clone `.env.example` and add your nostr public key to `ADMIN_NPUBS` to the `.env` file.
|
||||
- Change `DATABASE_URL` if necessary.
|
||||
|
||||
```shell
|
||||
cp .env.example .env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue