ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
1# Node
2TZ=UTC
3PORT=3333
4HOST=127.0.0.1
5NODE_ENV=development
6
7# App
8LOG_LEVEL=info
9APP_KEY=
10APP_URL=http://${HOST}:${PORT}
11
12# Session
13SESSION_DRIVER=cookie
14PUBLIC_URL=http://$HOST:$PORT/
15ATPROTO_OAUTH_CLIENT_ID=
16DB_HOST=127.0.0.1
17DB_PORT=5432
18DB_USER=root
19DB_PASSWORD=root
20DB_DATABASE=app