mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-23 23:13:18 -06:00
Set environment to local.
This commit is contained in:
parent
dc48335ed9
commit
b36fc067c9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user