Guest User

Untitled

a guest
Oct 15th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. WARNING 2011-08-17 15:55:06,817 urlfetch_stub.py:108] No ssl package found. urlfetch will not be able to validate SSL certificates.
  2. Invalid arguments
  3. Runs a development application server for an application.
  4.  
  5. dev_appserver.py [options] <application root>
  6.  
  7. Application root must be the path to the application to run in this server.
  8. Must contain a valid app.yaml or app.yml file.
  9.  
  10. Options:
  11. --address=ADDRESS, -a ADDRESS
  12. Address to which this server should bind. (Default
  13. localhost).
  14. --clear_datastore, -c Clear the Datastore on startup. (Default false)
  15. --debug, -d Use debug logging. (Default false)
  16. --help, -h View this helpful message.
  17. --port=PORT, -p PORT Port for the server to run on. (Default 8080)
  18.  
  19. --allow_skipped_files Allow access to files matched by app.yaml's
  20. skipped_files (default False)
  21. --auth_domain Authorization domain that this app runs in.
  22. (Default gmail.com)
  23. --backends Run the dev_appserver with backends support
  24. (multiprocess mode).
  25. --blobstore_path=DIR Path to directory to use for storing Blobstore
  26. file stub data.
  27. --clear_prospective_search Clear the Prospective Search subscription index
  28. (Default false).
  29. --datastore_path=DS_FILE Path to file to use for storing Datastore file
  30. stub data.
  31. (Default /var/folders/Ye/YeR8o4GNH2y70mDA5SJEO++++TI/-Tmp-/dev_appserver.datastore)
  32. --debug_imports Enables debug logging for module imports, showing
  33. search paths used for finding modules and any
  34. errors encountered during the import process.
  35. --default_partition Default partition to use in the APPLICATION_ID.
  36. (Default dev)
  37. --disable_static_caching Never allow the browser to cache static files.
  38. (Default enable if expiration set in app.yaml)
  39. --disable_task_running When supplied, tasks will not be automatically
  40. run after submission and must be run manually
  41. in the local admin console.
  42. --enable_sendmail Enable sendmail when SMTP not configured.
  43. (Default false)
  44. --high_replication Use the high replication datastore consistency
  45. model. (Default false).
  46. --history_path=PATH Path to use for storing Datastore history.
  47. (Default /var/folders/Ye/YeR8o4GNH2y70mDA5SJEO++++TI/-Tmp-/dev_appserver.datastore.history)
  48. --multiprocess_min_port When running in multiprocess mode, specifies the
  49. lowest port value to use when choosing ports. If
  50. set to 0, select random ports.
  51. (Default 9000)
  52. --require_indexes Disallows queries that require composite indexes
  53. not defined in index.yaml.
  54. --show_mail_body Log the body of emails in mail stub.
  55. (Default false)
  56. --skip_sdk_update_check Skip checking for SDK updates. If false, fall back
  57. to opt_in setting specified in .appcfg_nag
  58. (Default false)
  59. --smtp_host=HOSTNAME SMTP host to send test mail to. Leaving this
  60. unset will disable SMTP mail sending.
  61. (Default '')
  62. --smtp_port=PORT SMTP port to send test mail to.
  63. (Default 25)
  64. --smtp_user=USER SMTP user to connect as. Stub will only attempt
  65. to login if this field is non-empty.
  66. (Default '').
  67. --smtp_password=PASSWORD Password for SMTP server.
  68. (Default '')
  69. --task_retry_seconds How long to wait in seconds before retrying a
  70. task after it fails during execution.
  71. (Default '30')
  72. --use_sqlite Use the new, SQLite based datastore stub.
  73. (Default false)
Add Comment
Please, Sign In to add comment