Browse Source

Add a sql script to create the python user

DricomDragon 5 years ago
parent
commit
f97ad02cf4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      SQL/create_user.sql

+ 4 - 0
SQL/create_user.sql

@@ -0,0 +1,4 @@
+CREATE 
+    USER python_app 
+    WITH NOCREATEDB NOCREATEROLE NOSUPERUSER 
+        PASSWORD 'blablapoivron';