mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -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_DEBUG=true
|
||||||
APP_NAME=FireflyIII
|
APP_NAME=FireflyIII
|
||||||
APP_KEY=SomeRandomStringOf32CharsExactly
|
APP_KEY=SomeRandomStringOf32CharsExactly
|
||||||
|
@ -3,7 +3,7 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
firefly-app:
|
firefly-app:
|
||||||
environment:
|
environment:
|
||||||
- FF_APP_ENV=production
|
- FF_APP_ENV=local
|
||||||
volumes:
|
volumes:
|
||||||
- firefly-app-storage:/var/www/firefly-iii/storage
|
- firefly-app-storage:/var/www/firefly-iii/storage
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ services:
|
|||||||
- FF_DB_USER=firefly_db
|
- FF_DB_USER=firefly_db
|
||||||
- FF_DB_PASSWORD=firefly_db_secret
|
- FF_DB_PASSWORD=firefly_db_secret
|
||||||
- FF_APP_KEY=SomeRandomStringOf32CharsExactly
|
- FF_APP_KEY=SomeRandomStringOf32CharsExactly
|
||||||
- FF_APP_ENV=production
|
- FF_APP_ENV=local
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
links:
|
links:
|
||||||
|
Loading…
Reference in New Issue
Block a user