diff options
author | fx <[email protected]> | 2023-10-09 17:26:59 +0200 |
---|---|---|
committer | fx <[email protected]> | 2023-10-09 17:26:59 +0200 |
commit | 3e6a72428824c5a50a873a4284b86d0a9e47a778 (patch) | |
tree | 7f3594f4068a8009210039bc33e0205a672828f7 /.env | |
parent | 732c487d3dab4af9fc561527591d3d56299e39f2 (diff) | |
download | webol-3e6a72428824c5a50a873a4284b86d0a9e47a778.tar webol-3e6a72428824c5a50a873a4284b86d0a9e47a778.tar.gz webol-3e6a72428824c5a50a873a4284b86d0a9e47a778.zip |
db int for api
Diffstat (limited to '.env')
-rw-r--r-- | .env | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ | |||
1 | DATABASE_URL="sqlite:devices.sqlite" | 1 | DATABASE_URL="postgres://postgres:postgres@localhost:5432/webol" |
2 | SQLX_OFFLINE_DIR="./.sqlx" \ No newline at end of file | 2 | SQLX_OFFLINE_DIR="./.sqlx" \ No newline at end of file |