Skip to content

Commit 8230bf2

Browse files
committed
added some env.copy file based on set up file
1 parent dd61d96 commit 8230bf2

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

env.copy

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
FIREBASE_ADMIN_SDK_KEY='{
2+
"type": "service_account",
3+
"project_id": "your-project-id",
4+
"private_key_id": "your-private-key-id",
5+
"private_key": "-----BEGIN PRIVATE KEY-----\nYOUR_PRIVATE_KEY_HERE\n-----END PRIVATE KEY-----\n",
6+
"client_email": "your-service-account-email",
7+
"client_id": "your-client-id",
8+
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
9+
"token_uri": "https://oauth2.googleapis.com/token",
10+
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
11+
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/your-service-account-email",
12+
"universe_domain": "googleapis.com"
13+
}'
14+
15+
NEXT_PUBLIC_FIREBASE_API_KEY=your-firebase-api-key
16+
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your-auth-domain
17+
NEXT_PUBLIC_FIREBASE_PROJECT_ID=your-project-id
18+
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your-storage-bucket
19+
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your-messaging-sender-id
20+
NEXT_PUBLIC_FIREBASE_APP_ID=your-app-id
21+
NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=your-measurement-id
22+
23+
DATABASE_URL="postgresql://username:password@localhost:5432/your-database-name"

0 commit comments

Comments
 (0)