Base de datos y deployment

parent db712348
Showing with 7 additions and 6 deletions
......@@ -22,7 +22,7 @@ CI_ENVIRONMENT = development
# app.baseURL = ''
# 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.CSPEnabled = false
......
......@@ -2,10 +2,11 @@ runtime: php74
handlers:
# Serve images as static resources.
- url: /(.+\.(gif|png|jpg|css|js))$
static_files: public/\1
upload: .+\.(gif|png|jpg|css|js)$
static_files: public/\1
upload: .+\.(gif|png|jpg|css|js)$
# Serve php scripts.
- url: .*
script: auto
script: auto
runtime_config:
document_root: public
\ No newline at end of file
document_root: public
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment