Move run-prod.sh to use prod.ini.

This commit is contained in:
Flancian 2020-11-08 14:49:49 +01:00
parent 39453d8b07
commit 8c17feafc7
1 changed files with 2 additions and 1 deletions

View File

@ -13,4 +13,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
uwsgi --socket 0.0.0.0:5000 --protocol=http --module 'app:create_app()'
#uwsgi --socket 0.0.0.0:5000 --protocol=http --module 'app:create_app()'
uwsgi prod.ini