-
Notifications
You must be signed in to change notification settings - Fork 77
Environment Variables
Derek Bourgeois edited this page Feb 8, 2016
·
2 revisions
The LaraEdit container allows you to modify the following environment variables when starting the container:
ENV VAR | Description |
---|---|
APP_NAME |
The default value is app but you can pass whatever you'd like the name of your application to be. setting this parameter will take care of the nginx server block, it will create a database as well as any other configuration necessary to run your application. If you set this variable, make sure to use your new value in place of app any where you come across it in the instructions! |
APP_DOMAIN |
|
APP_EMAIL |