This commit is contained in:
Elijah McMorris 2024-02-17 13:49:31 -08:00
parent c552d0dc8f
commit f9afa2501d
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
20 changed files with 212 additions and 215 deletions

View file

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