Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Juan Montilla
/
TBW2223_equipo12
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
697afadf
authored
Apr 29, 2023
by
Manuel Ruiz Toribio
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Base de datos y deployment
parent
db712348
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
.env
app.yaml
.env
View file @
697afadf
...
@@ -22,7 +22,7 @@ CI_ENVIRONMENT = development
...
@@ -22,7 +22,7 @@ CI_ENVIRONMENT = development
# app.baseURL = ''
# app.baseURL = ''
# If you have trouble with `.`, you could also use `_`.
# If you have trouble with `.`, you could also use `_`.
app_baseURL = 'https://tbw2223-12-mrtjcmh.
ew
.r.appspot.com'
app_baseURL = 'https://tbw2223-12-mrtjcmh.
oa
.r.appspot.com'
# app.forceGlobalSecureRequests = false
# app.forceGlobalSecureRequests = false
# app.CSPEnabled = false
# app.CSPEnabled = false
...
...
app.yaml
View file @
697afadf
...
@@ -2,10 +2,11 @@ runtime: php74
...
@@ -2,10 +2,11 @@ runtime: php74
handlers
:
handlers
:
# Serve images as static resources.
# Serve images as static resources.
-
url
:
/(.+\.(gif|png|jpg|css|js))$
-
url
:
/(.+\.(gif|png|jpg|css|js))$
static_files
:
public/\1
static_files
:
public/\1
upload
:
.+\.(gif|png|jpg|css|js)$
upload
:
.+\.(gif|png|jpg|css|js)$
# Serve php scripts.
# Serve php scripts.
-
url
:
.*
-
url
:
.*
script
:
auto
script
:
auto
runtime_config
:
runtime_config
:
document_root
:
public
document_root
:
public
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment