Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zvdv authored Sep 13, 2024
1 parent 89a647c commit 57ac68c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lockers

Built using the braindead stack of Golang, SQLite, HTMX, and TailwindCSS. Fully SSR, etc etc.
Built using Golang, SQLite, HTMX, and TailwindCSS. Fully SSR.

## Getting started

Expand Down Expand Up @@ -36,12 +36,12 @@ Note: for auth cookie to work, go on your browser `http://127.0.0.1:8080`

### Environment variables

- `EMAIL_HOST_ADDRESS`: ECSS associated email (gmail) for sending locker-related email from
- `EMAIL_HOST_PASSWORD`: ECSS gmail's App password (if using Gmail, which is likely...)
- `EMAIL_HOST_ADDRESS`: Email (gmail) for sending locker-related email from
- `EMAIL_HOST_PASSWORD`: Above gmail's App password (if using Gmail, which is likely...)
- `SUPPORT_EMAIL`: Email (any type) for questions to be directed to
- `CIPHER_KEY`: base64 encoding for a cipher key, run `go run ./cmd/keygen` to generate one.
- `CIPHER_KEY`: Base64 encoding for a cipher key, run `go run ./cmd/keygen` to generate one.
- `DOMAIN`: Hosting domain
- `DATABASE_URL`: Turso database url
- `DATABASE_AUTH_TOKEN`: Tursor database auth token
- `ADMIN_USERNAME`: admin username
- `ADMIN_PASSWORD`: admin password
- `ADMIN_USERNAME`: Admin username
- `ADMIN_PASSWORD`: Admin password

0 comments on commit 57ac68c

Please sign in to comment.