sunetdrive/templates/lookup/config.php.erb

16 lines
219 B
Plaintext
Raw Normal View History

2023-02-13 09:44:56 +00:00
<?php
$CONFIG = [
'DB' => [
'host' => "<%= @dbhost %>",
'db' => "lookup" ,
'user' => "lookup",
'pass' => "<%= @mysql_user_password %>",
],
'GLOBAL_SCALE' => true,
'AUTH_KEY' => "<%= @gss_jwt_key %>",
];