mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Set environment to local.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
APP_ENV=production
|
||||
APP_ENV=local
|
||||
APP_DEBUG=true
|
||||
APP_NAME=FireflyIII
|
||||
APP_KEY=SomeRandomStringOf32CharsExactly
|
||||
|
@@ -3,7 +3,7 @@ version: '2'
|
||||
services:
|
||||
firefly-app:
|
||||
environment:
|
||||
- FF_APP_ENV=production
|
||||
- FF_APP_ENV=local
|
||||
volumes:
|
||||
- firefly-app-storage:/var/www/firefly-iii/storage
|
||||
|
||||
|
@@ -20,7 +20,7 @@ services:
|
||||
- FF_DB_USER=firefly_db
|
||||
- FF_DB_PASSWORD=firefly_db_secret
|
||||
- FF_APP_KEY=SomeRandomStringOf32CharsExactly
|
||||
- FF_APP_ENV=production
|
||||
- FF_APP_ENV=local
|
||||
ports:
|
||||
- "80:80"
|
||||
links:
|
||||
|
Reference in New Issue
Block a user