the statusphere demo reworked into a vite/react app in a monorepo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at e4721616df50cd317c198f4c00a4818d5626d4ce 10 lines 524 B view raw
1# Environment Configuration 2NODE_ENV="development" # Options: 'development', 'production' 3PORT="8080" # The port your server will listen on 4HOST="localhost" # Hostname for the server 5PUBLIC_URL="" # Set when deployed publicly, e.g. "https://mysite.com". Informs OAuth client id. 6DB_PATH=":memory:" # The SQLite database path. Leave as ":memory:" to use a temporary in-memory database. 7 8# Secrets 9# Must set this in production. May be generated with `openssl rand -base64 33` 10# COOKIE_SECRET=""