Base de datos y deployment

parent db712348
Showing with 7 additions and 6 deletions
...@@ -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
......
...@@ -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
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