This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Quill
mirror of
https://github.com/aaronpk/Quill.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
add atlas token to config
dependabot/composer/firebase/php-jwt-6.0.0
Aaron Parecki
2 years ago
parent
86fb4a5ce7
commit
91115daede
Failed to extract signature
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
lib/config.template.php
+ 1
- 0
lib/config.template.php
View File
@ -20,6 +20,7 @@ class Config {
public
static
$twitterClientID
=
''
;
public
static
$twitterClientSecret
=
''
;
public
static
$atlasToken
=
''
;
public
static
$mapTileURL
=
''
;
// https://developers.google.com/maps/documentation/javascript/get-api-key
Write
Preview
Loading…
Cancel
Save