mirror of
https://github.com/pupperpowell/bibdle.git
synced 2026-06-25 08:45:22 -04:00
10 lines
249 B
Bash
10 lines
249 B
Bash
DATABASE_URL=example.db
|
|
|
|
AUTH_SECRET=your-random-secret-here
|
|
APPLE_ID=com.yourcompany.yourapp.client
|
|
APPLE_TEAM_ID=your-team-id
|
|
APPLE_KEY_ID=your-key-id
|
|
APPLE_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----
|
|
your-private-key-here
|
|
-----END PRIVATE KEY-----"
|