Skip to content

Instantly share code, notes, and snippets.

@sanderson
Last active August 22, 2017 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanderson/a899144c238ca1a0806497dcad3b4244 to your computer and use it in GitHub Desktop.
Save sanderson/a899144c238ca1a0806497dcad3b4244 to your computer and use it in GitHub Desktop.
run.config:
engine: php
engine.config:
runtime: php-7.0
document_root: public
extensions:
- mysqli
post_max_size: '500M'
upload_max_filesize: '500M'
data.db:
image: nanobox/mysql:5.6
web.main:
start: php-server
writable_dirs:
- tmp/cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment