You've already forked flask-mongo-api-boilerplate
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:
@@ -17,7 +17,8 @@ class User:
|
||||
"last_login": tools.nowDatetimeUTC(),
|
||||
"first_name": "",
|
||||
"last_name": "",
|
||||
"email": ""
|
||||
"email": "",
|
||||
"plan": "basic"
|
||||
}
|
||||
|
||||
def get(self):
|
||||
|
||||
4
setup
4
setup
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user