db create

This commit is contained in:
Elijah McMorris 2024-02-15 15:11:46 -08:00
parent 19ae57d449
commit 809fe18090
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
9 changed files with 93 additions and 35 deletions

View file

@ -1,5 +1,7 @@
## Example .env
```
# If not using docker, use 0.0.0.0:8000
DB_PORT=surrealdb:8000
DB_USER=root
DB_PASSWORD=root
```