From af9d03ac1931785fb164e5b070b89d79cd069da6 Mon Sep 17 00:00:00 2001 From: lalanza808 Date: Tue, 7 Jan 2020 02:21:17 -0800 Subject: [PATCH] simplification of env.example and trip readme --- .env.example | 7 ------- README.md | 8 +------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.env.example b/.env.example index e0a8957..4161c5e 100644 --- a/.env.example +++ b/.env.example @@ -14,10 +14,3 @@ WALLET_PORT=38083 WALLET_USER=xxxxxxxxxx WALLET_PASS=xxxxxxxxxx DEBUG=true - -# If no DEBUG -AWS_STORAGE_BUCKET_NAME=xxxxxxxxxxxxxx -AWS_S3_CUSTOM_DOMAIN=xxxxxxxxxxxxxxx - -# Email -SENDGRID_API_KEY=xx diff --git a/README.md b/README.md index 2336567..e33707d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,6 @@ # xmrauctions -This is a somewhat simple little CRUD, Django app. It's fairly minimal auction house where you can post items you possess and exchange them with your fellow humans from anywhere around the world. - -Item creation requires you to provide a Monero wallet address. There are many good options, including but not limited to: - -* [CakeWallet](https://twitter.com/cakewalletxmr) -* [MyMonero](https://mymonero.com/) -* [Monerujo](https://www.monerujo.io/) +This is a somewhat simple little Django, CRUD app. It's fairly minimal auction house where you can post items you possess and exchange them with your fellow humans from anywhere around the world. This app is in an alpha stage and is not polished enough to transact real money. Once we make progress on some of the to-do items we will proceed to that.