1
0
mirror of https://github.com/LukePeters/flask-mongo-api-boilerplate.git synced 2026-05-05 18:01:10 +09:00

Wording change in setup script. Added 'plan' property back onto users.

This commit is contained in:
Luke Peters
2019-03-15 17:41:49 -04:00
parent 0f360be43c
commit 3681cf9155
2 changed files with 4 additions and 3 deletions

View File

@@ -17,7 +17,8 @@ class User:
"last_login": tools.nowDatetimeUTC(),
"first_name": "",
"last_name": "",
"email": ""
"email": "",
"plan": "basic"
}
def get(self):

4
setup
View File

@@ -54,8 +54,8 @@ read -p "Flask App Port [$FLASK_PORT_DEFAULT]: " FLASK_PORT
FLASK_PORT=${FLASK_PORT:-$FLASK_PORT_DEFAULT}
echo
# URL of the front-end JavaScript application
read -p "Front-End Base URL, port included (e.g. http://localhost, http://localhost:3000): " FRONTEND_DOMAIN
# Domain of the front-end JavaScript application
read -p "Front-End Domain, port included (e.g. http://localhost, http://localhost:3000): " FRONTEND_DOMAIN
echo
# MongoDB hostname