Skip to content

Commit

Permalink
Replace hardcoded data with supabase content
Browse files Browse the repository at this point in the history
  • Loading branch information
samtay committed Jul 6, 2024
1 parent cfee87f commit d42510e
Show file tree
Hide file tree
Showing 90 changed files with 3,315 additions and 454 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SUPABASE_API_URL="http://127.0.0.1:54321"
SUPABASE_ANON_KEY=""
SUPABASE_STORAGE_URL="http://127.0.0.1:54321/storage/v1/s3"
DATABASE_URL="postgresql://postgres:[email protected]:54322/postgres"
11 changes: 5 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
.neoconf.json

# Potentially sensitive environment files
.env

# Generated by Cargo
# will have compiled files and executables
/target
/target/
/dist/
/static/
/.dioxus/

# These are backup files generated by rustfmt
**/*.rs.bk

node_modules/
/assets/tailwind.css
Loading

0 comments on commit d42510e

Please sign in to comment.