+1
-1
apps/api/.env.example
+1
-1
apps/api/.env.example
···
30
30
GOOGLE_REDIRECT_URI="http://localhost:8000/googledrive/oauth/callback"
31
31
32
32
# The following envs depends on your docker compose setup
33
-
POSTGTRES_URL="postgresql://postgres:mysecretpassword@localhost:5433/rocksky"
33
+
POSTGRES_URL="postgresql://postgres:mysecretpassword@localhost:5433/rocksky"
34
34
MEILISEARCH_API_KEY="masterkey"
35
35
REDIS_URL="redis://localhost:6380"