Set environment to local.

This commit is contained in:
James Cole 2017-10-15 16:25:26 +02:00
parent dc48335ed9
commit b36fc067c9
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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: