Create project from app template and old v1 database schema
This commit is contained in:
parent
3ca062d995
commit
7f037a743a
2
app.php
2
app.php
@ -120,7 +120,7 @@ END;
|
|||||||
// For mobile app
|
// For mobile app
|
||||||
echo "<script nonce=\"$SECURE_NONCE\">var navbar_breakpoint = \"$navbar_breakpoint\";</script>"
|
echo "<script nonce=\"$SECURE_NONCE\">var navbar_breakpoint = \"$navbar_breakpoint\";</script>"
|
||||||
?>
|
?>
|
||||||
<nav class="navbar navbar-expand-<?php echo $navbar_breakpoint; ?> navbar-dark bg-blue fixed-top">
|
<nav class="navbar navbar-expand-<?php echo $navbar_breakpoint; ?> navbar-dark bg-green fixed-top">
|
||||||
<button class="navbar-toggler my-0 py-0" type="button" data-toggle="collapse" data-target="#navbar-collapse" aria-controls="navbar-collapse" aria-expanded="false" aria-label="Toggle navigation">
|
<button class="navbar-toggler my-0 py-0" type="button" data-toggle="collapse" data-target="#navbar-collapse" aria-controls="navbar-collapse" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
<!--<i class="fas fa-bars"></i>-->
|
<!--<i class="fas fa-bars"></i>-->
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
BIN
database.mwb
Normal file
BIN
database.mwb
Normal file
Binary file not shown.
@ -3,7 +3,7 @@
|
|||||||
<type>org.netbeans.modules.php.project</type>
|
<type>org.netbeans.modules.php.project</type>
|
||||||
<configuration>
|
<configuration>
|
||||||
<data xmlns="http://www.netbeans.org/ns/php-project/1">
|
<data xmlns="http://www.netbeans.org/ns/php-project/1">
|
||||||
<name>BusinessAppTemplate</name>
|
<name>TerranQuest Server</name>
|
||||||
</data>
|
</data>
|
||||||
</configuration>
|
</configuration>
|
||||||
</project>
|
</project>
|
||||||
|
@ -19,14 +19,14 @@ $SETTINGS = [
|
|||||||
// See http://medoo.in/api/new for info
|
// See http://medoo.in/api/new for info
|
||||||
"database" => [
|
"database" => [
|
||||||
"type" => "mysql",
|
"type" => "mysql",
|
||||||
"name" => "app",
|
"name" => "terranquest",
|
||||||
"server" => "localhost",
|
"server" => "localhost",
|
||||||
"user" => "app",
|
"user" => "terranquest",
|
||||||
"password" => "",
|
"password" => "",
|
||||||
"charset" => "utf8"
|
"charset" => "utf8"
|
||||||
],
|
],
|
||||||
// Name of the app.
|
// Name of the app.
|
||||||
"site_title" => "Web App Template",
|
"site_title" => "TerranQuest Server",
|
||||||
// Settings for connecting to the AccountHub server.
|
// Settings for connecting to the AccountHub server.
|
||||||
"accounthub" => [
|
"accounthub" => [
|
||||||
// URL for the API endpoint
|
// URL for the API endpoint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user