Skip to content

Commit f3e4ac7

Browse files
authored
Merge branch 'master' into kayagokalp/index-file
2 parents ebca5a3 + 2adde05 commit f3e4ac7

File tree

12 files changed

+1235
-58
lines changed

12 files changed

+1235
-58
lines changed

.env.example

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Server env
2+
POSTGRES_USER="postgres"
3+
POSTGRES_PASSWORD="localpw"
4+
POSTGRES_URI="localhost"
5+
POSTGRES_PORT="5432"
6+
POSTGRES_DB_NAME="forc_pub"
7+
8+
# Local env
9+
CORS_HTTP_ORIGIN="http://localhost:3000"
10+
RUN_ENV="local"
11+
12+
# Diesel CLI env
13+
DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_URI}/${POSTGRES_DB_NAME}"
14+
15+
# Github App env
16+
GITHUB_CLIENT_SECRET=""
17+
18+
# IPFS env
19+
PINATA_URL="https://gateway.pinata.cloud"
20+
PINATA_API_KEY=""
21+
PINATA_API_SECRET=""
22+
PINATA_JWT=""

0 commit comments

Comments
 (0)