Trent Larson
9 months ago
2 changed files with 27 additions and 2 deletions
@ -0,0 +1,24 @@ |
|||
|
|||
#AWS_ACCESS_KEY=??? |
|||
#AWS_BUCKET_NAME=image |
|||
#AWS_REGION=US |
|||
#AWS_SECRET_KEY=??? |
|||
AWS_ACCESS_KEY=??? |
|||
AWS_BUCKET_NAME=gifts-image-test |
|||
AWS_REGION=us-west-1 |
|||
AWS_SECRET_KEY=??? |
|||
|
|||
#ENDORSER_API_URL=http://localhost:3000 |
|||
#ENDORSER_API_URL=https://test-api.endorser.ch |
|||
#ENDORSER_API_URL=https://api.endorser.ch |
|||
|
|||
INFURA_PROJECT_ID=??? |
|||
|
|||
#DOWNLOAD_IMAGE_SERVER=test-image.timesafari.app |
|||
|
|||
# default is 3000 |
|||
#PORT=3000 |
|||
|
|||
# default is jdbc:sqlite:./sqlite-db.sqlite |
|||
# file name also referenced in flyway.conf and in code |
|||
#SQLITE_FILE=./image-db.sqlite |
Loading…
Reference in new issue