Issue testing
This commit is contained in:
@@ -4,8 +4,8 @@ services:
|
||||
image: invoiceninja/invoiceninja
|
||||
environment:
|
||||
- APP_ENV: 'production'
|
||||
- APP_DEBUG: 0
|
||||
- APP_URL: 'http://ninja.dev'
|
||||
- APP_DEBUG: false
|
||||
- APP_URL: ${APP_URL}
|
||||
- APP_KEY: ${APP_KEY}
|
||||
- APP_CIPHER: 'AES-256-CBC'
|
||||
- DB_TYPE: 'mysql'
|
||||
@@ -36,8 +36,8 @@ services:
|
||||
EOF'
|
||||
environment:
|
||||
- APP_ENV: 'production'
|
||||
- APP_DEBUG: 0
|
||||
- APP_URL: 'http://ninja.dev'
|
||||
- APP_DEBUG: false
|
||||
- APP_URL: ${APP_URL}
|
||||
- APP_KEY: ${APP_KEY}
|
||||
- APP_CIPHER: 'AES-256-CBC'
|
||||
- DB_TYPE: 'mysql'
|
||||
@@ -54,8 +54,8 @@ services:
|
||||
image: mysql
|
||||
environment:
|
||||
- APP_ENV: 'production'
|
||||
- APP_DEBUG: 0
|
||||
- APP_URL: 'http://ninja.dev'
|
||||
- APP_DEBUG: false
|
||||
- APP_URL: ${APP_URL}
|
||||
- APP_KEY: ${APP_KEY}
|
||||
- APP_CIPHER: 'AES-256-CBC'
|
||||
- DB_TYPE: 'mysql'
|
||||
|
||||
@@ -60,6 +60,13 @@ catalog:
|
||||
default: "ninja"
|
||||
required: true
|
||||
type: string
|
||||
- variable: "APP_URL"
|
||||
label: "App URL"
|
||||
description: |
|
||||
URL where the app will be reachable
|
||||
default: "http://ninja.dev"
|
||||
required: true
|
||||
type: string
|
||||
- variable: "APP_KEY"
|
||||
label: "Random string"
|
||||
description: |
|
||||
|
||||
Reference in New Issue
Block a user