mirror of
https://github.com/pupperpowell/bibdle.git
synced 2026-04-05 17:33:31 -04:00
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
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-----"
|