Skip to content

Commit

Permalink
Merge pull request #1039 from artsy/fix-sync-schema
Browse files Browse the repository at this point in the history
[dev] set dummy vals in .env.example
  • Loading branch information
eessex authored May 8, 2018
2 parents 901691d + 499a111 commit 33eac8c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ PREDICTION_ENDPOINT=https://live-staging.artsy.net
REDIS_URL=redis://127.0.0.1:6379

# Keys/Secrets
CONVECTION_APP_ID=
DIFFUSION_TOKEN=
EMBEDLY_KEY=
GALAXY_TOKEN=
GOOGLE_CSE_CX=
GOOGLE_CSE_KEY=
GRAVITY_ID=
GRAVITY_SECRET=
IMPULSE_APPLICATION_ID=
CONVECTION_APP_ID=**
DIFFUSION_TOKEN=**
EMBEDLY_KEY=**
GALAXY_TOKEN=**
GOOGLE_CSE_CX=**
GOOGLE_CSE_KEY=**
GRAVITY_ID=**
GRAVITY_SECRET=**
IMPULSE_APPLICATION_ID=**

# Options
BIDDER_POSITION_MAX_BID_AMOUNT_CENTS_LIMIT=4500000000
Expand Down

0 comments on commit 33eac8c

Please sign in to comment.