Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .env.model
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,16 @@ PROD_DB_PASS=secret_prod
TEST_DB_NAME=web_storage_test
TEST_DB_USER=test_user
TEST_DB_PASS=test_pass

# --- Configuracoes de Armazenamento ---
STORAGE_TYPE=local # local ou oci
STORAGE_ROOT=/var/www/html/storage

# --- Oracle Cloud Object Storage ---
OCI_USER_OCID=
OCI_TENANCY_OCID=
OCI_FINGERPRINT=
OCI_KEY_FILE=/var/www/html/oci_private_key.pem
OCI_REGION=
OCI_NAMESPACE=
OCI_BUCKET=
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified Jenkinsfile
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion composer.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"description": "Web storage application",
"type": "project",
"require": {
"php": "^8.3"
"php": "^8.3",
"oracle/oci-php-sdk": "^0.1.0"
},
"require-dev": {
"phpunit/phpunit": "^11.0"
Expand Down
Loading
Loading