-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (22 loc) · 782 Bytes
/
Copy path.env.example
File metadata and controls
27 lines (22 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
MONGODB_ROOT_PASSWORD=superSecurePassword
MONGODB_USERNAME=user
MONGODB_PASSWORD=superSecurePassword
MONGODB_DATABASE=restaurantdb
MONGODB_PORT=27017
MONGODB_HOST=mongo
FRONTEND_HOST=http://localhost
FRONTEND_PORT=3000
EXPRESS_HOST=http://localhost
EXPRESS_PORT=44001
EXPRESS_SECRET=Sup3RS3cr3t57RinG
# We use GitHub repo to store images, free static file host!
GITHUB_IMAGE_REPO_OWNER=jackyef
GITHUB_IMAGE_REPO_NAME=test-db
GITHUB_ACCESS_TOKEN=yourGHToken
# for google sign in, read https://developers.google.com/identity/sign-in/web/sign-in
GOOGLE_OAUTH_CLIENTID=your-oauth-client-id
GOOGLE_OAUTH_SECRET=your-oauth-secret
GOOGLE_OAUTH_CALLBACK_URL=http://localhost:44001/api/auth/google/callback
HASURA_GRAPHQL_ADMIN_SECRET=myadminsecretkey
NODE_ENV=development
DEBUG=server*