Commit bf195ece authored by Arnolds's avatar Arnolds
Browse files

Initial commit

parents
Loading
Loading
Loading
Loading

.env.example

0 → 100644
+6 −0
Original line number Diff line number Diff line
# MongoDB connection settings
MONGO_USER=your_username
MONGO_PASS=your_password
MONGO_AUTHDB=secretdb
MONGO_HOST=mongo
MONGO_PORT=27017

.gitignore

0 → 100644
+17 −0
Original line number Diff line number Diff line
# Composer files
composer.phar
/vendor/

# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
# After thoroughly reviewing the pros and cons of including the composer.lock file in .gitignore, I concluded that this file should be included in the repository.

# IntelliJ project files
.idea
*.iml
out
gen

# In .env file are secrets
.env

composer.json

0 → 100644
+7 −0
Original line number Diff line number Diff line
{
    "require": {
        "mongodb/mongodb": "^1.21",
        "ramsey/uuid": "^4.7",
        "vlucas/phpdotenv": "^5.6"
    }
}

composer.lock

0 → 100644
+0 −0

File added.

Preview size limit exceeded, changes collapsed.

favicon.ico

0 → 100644
+115 KiB
Loading image diff...