Skip to content

Commit

Permalink
Merge pull request #33 from roufy235/dev
Browse files Browse the repository at this point in the history
Refactor
  • Loading branch information
roufy235 authored Jan 9, 2022
2 parents e5eda7b + 06b5ad4 commit bbf9a12
Show file tree
Hide file tree
Showing 9 changed files with 211 additions and 192 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#DB access
DB_HOST = 'localhost'
DB_NAME = 'db_multive'
USER = 'root'
PASSWORD = ''
USER = 'roufy235'
PASSWORD = 'roufy235'
ACCESS_CONTROL = '*'

TOKEN_SECRET = Hello&MikeFooBar123
Expand All @@ -18,6 +18,6 @@ PHPMAILER_USERNAME = ''
PHPMAILER_PASSWORD = ''

#this is for javascript version control
PROJECT_WEB_DOMAIN_URL = http://127.0.0.1/WorkStation/Multive/
PROJECT_WEB_DOMAIN_URL = http://localhost:8080/
PROJECT_NAME = Multive
JAVASCRIPT_VERSION_CONTROL=1639211526989
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"post-root-package-install": [
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"start": "php -S localhost:3000 index.php"
"start": "php -S localhost:8080"
},
"require-dev": {
"roave/security-advisories": "dev-master",
Expand Down
Loading

0 comments on commit bbf9a12

Please sign in to comment.