-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #553 from H2-invent/feature/development
Feature/development
- Loading branch information
Showing
286 changed files
with
18,419 additions
and
12,456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
##Add your environment here to customize them for the tjisi admin in docker. This FIle will not be overwrtitten when git pull |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
version: "3" | ||
|
||
server: | ||
command: "php public/index.php" | ||
env: | ||
- APP_RUNTIME: Baldinof\RoadRunnerBundle\Runtime\Runtime | ||
|
||
http: | ||
address: 0.0.0.0:8080 | ||
middleware: [ "static", "gzip" ] | ||
pool: | ||
debug: true | ||
uploads: | ||
forbid: [ ".php", ".exe", ".bat" ] | ||
static: | ||
dir: "public" | ||
forbid: [ ".php", ".htaccess" ] | ||
|
||
logs: | ||
mode: development | ||
channels: | ||
http: | ||
level: debug # Log all http requests, set to info to disable | ||
server: | ||
level: info # Everything written to worker stderr is logged | ||
mode: raw | ||
metrics: | ||
level: debug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
version: "3" | ||
|
||
server: | ||
command: "php public/index.php" | ||
env: | ||
- APP_RUNTIME: Baldinof\RoadRunnerBundle\Runtime\Runtime | ||
|
||
http: | ||
address: 0.0.0.0:8080 | ||
pool: | ||
debug: false | ||
middleware: [ "static", "gzip" ] | ||
uploads: | ||
forbid: [ ".php", ".exe", ".bat" ] | ||
static: | ||
dir: "public" | ||
forbid: [ ".php", ".htaccess" ] | ||
|
||
logs: | ||
mode: production | ||
channels: | ||
http: | ||
level: error # Log all http requests, set to info to disable | ||
server: | ||
level: error # Everything written to worker stderr is logged | ||
mode: raw | ||
metrics: | ||
level: error | ||
|
||
# Uncomment to use metrics integration | ||
# rpc: | ||
# listen: tcp://127.0.0.1:6001 | ||
|
||
# Uncomment to use metrics integration | ||
# metrics: | ||
# # prometheus client address (path /metrics added automatically) | ||
# address: "0.0.0.0:9180" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -485,3 +485,7 @@ hr { | |
} | ||
} | ||
} | ||
|
||
.swal2-modal{ | ||
background-color: $black_background!important;; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.